sbgECom Library  5.2.590-stable
Interface SBG Systems IMU/AHRS/INS
Loading...
Searching...
No Matches
sbgEComCmdLicense.h
Go to the documentation of this file.
1
32
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
43extern "C" {
44#endif
45
46//----------------------------------------------------------------------//
47//- Public methods -//
48//----------------------------------------------------------------------//
49
60SbgErrorCode 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.
struct _SbgEComHandle SbgEComHandle
Definition sbgECom.h:62
SbgErrorCode sbgEComCmdLicenseApply(SbgEComHandle *pHandle, const void *pBuffer, size_t size)
enum _SbgErrorCode SbgErrorCode