sbgECom Library  5.2.590-stable
Interface SBG Systems IMU/AHRS/INS
Loading...
Searching...
No Matches
sbgEComGetVersion.h
Go to the documentation of this file.
1
31
32#ifndef SBG_ECOM_GET_VERSION_H
33#define SBG_ECOM_GET_VERSION_H
34
35// sbgCommonLib headers
36#include <sbgCommon.h>
37
38#ifdef __cplusplus
39extern "C" {
40#endif
41
42//----------------------------------------------------------------------//
43//- Public methods -//
44//----------------------------------------------------------------------//
45
51uint32_t sbgEComGetVersion(void);
52
58const char *sbgEComGetVersionAsString(void);
59
60#ifdef __cplusplus
61}
62#endif
63
64#endif // SBG_ECOM_GET_VERSION_H
Main header for the SBG Systems common C library.
uint32_t sbgEComGetVersion(void)
const char * sbgEComGetVersionAsString(void)