gcontini
2020-03-21 b939d1a0b6b375ea5bae54d83a1cb89eb888c75a
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