Gabriele Contini
2020-05-16 004073a7b79dc9c455416703d30f4922b4577172
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#######################################
Public api
#######################################
 
The public api of the library can be found in ``include/licensecc/licensecc.h`` that is the only file you should 
include when you want to use the library. 
 
Print hardware identifier
**************************
 
.. doxygenfunction:: identify_pc
 
.. doxygenenum:: LCC_API_HW_IDENTIFICATION_STRATEGY
 
.. doxygengroup:: strategies  
   :content-only:
 
 
Verify a license
***********************
 
.. doxygenfunction:: acquire_license