sbgECom Library  4.0.1987-stable
C library to interface SBG Systems IMU/AHRS/INS
sbgEComCmdLicense.h
Go to the documentation of this file.
1 
33 #ifndef SBG_ECOM_CMD_LICENSE_H
34 #define SBG_ECOM_CMD_LICENSE_H
35 
36 // sbgCommonLib headers
37 #include <sbgCommon.h>
38 
39 // Project headers
40 #include <sbgECom.h>
41 
42 #ifdef __cplusplus
43 extern "C" {
44 #endif
45 
46 //----------------------------------------------------------------------//
47 //- Public methods -//
48 //----------------------------------------------------------------------//
49 
60 SbgErrorCode sbgEComCmdLicenseApply(SbgEComHandle *pHandle, const void *pBuffer, size_t size);
61 
62 #ifdef __cplusplus
63 }
64 #endif
65 
66 #endif // SBG_ECOM_CMD_LICENSE_H
Main header for the SBG Systems common C library.
Contains main sbgECom methods.
SbgErrorCode sbgEComCmdLicenseApply(SbgEComHandle *pHandle, const void *pBuffer, size_t size)
enum _SbgErrorCode SbgErrorCode
Definition: sbgECom.h:88