gcontini
2020-10-24 7e4e14dde5fbfade46311fbf75386d5371062d7d
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