sbgEComGetVersion.c
Go to the documentation of this file.
1 // sbgCommonLib headers
2 #include <sbgCommon.h>
3 #include <version/sbgVersion.h>
4 
5 // Project headers
6 #include "sbgEComVersion.h"
7 
8 // Local headers
9 #include "sbgEComGetVersion.h"
10 
11 //----------------------------------------------------------------------//
12 //- Public functions -//
13 //----------------------------------------------------------------------//
14 
15 uint32_t sbgEComGetVersion(void)
16 {
17  return SBG_E_COM_VERSION;
18 }
19 
20 const char *sbgEComGetVersionAsString(void)
21 {
22  return SBG_E_COM_VERSION_STR;
23 }
Helper methods and definitions used to handle version.
uint32_t sbgEComGetVersion(void)
Version information.
Main header file for SBG Systems common C library.
const char * sbgEComGetVersionAsString(void)
#define SBG_E_COM_VERSION
Header file that contains all versions related information such as change log.
#define SBG_E_COM_VERSION_STR


sbg_driver
Author(s): SBG Systems
autogenerated on Thu Oct 22 2020 03:47:22