sbgECom Library  4.0.1987-stable
C library to interface SBG Systems IMU/AHRS/INS
sbgEComGetVersion.h
Go to the documentation of this file.
1 
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
39 extern "C" {
40 #endif
41 
42 //----------------------------------------------------------------------//
43 //- Public methods -//
44 //----------------------------------------------------------------------//
45 
51 uint32_t sbgEComGetVersion(void);
52 
58 const 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.
const char * sbgEComGetVersionAsString(void)
uint32_t sbgEComGetVersion(void)