external
sbgECom
src
sbgEComVersion.h
Go to the documentation of this file.
1
20
#ifndef SBG_E_COM_VERSION_H
21
#define SBG_E_COM_VERSION_H
22
23
#include "
sbgCommon.h
"
24
25
//----------------------------------------------------------------------//
26
//- Version definitions -//
27
//----------------------------------------------------------------------//
28
29
#define SBG_E_COM_VERSION_MAJOR 1
30
#define SBG_E_COM_VERSION_MINOR 11
31
#define SBG_E_COM_VERSION_REV 920
32
#define SBG_E_COM_VERSION_BUILD SBG_VERSION_QUALIFIER_STABLE
33
34
#define SBG_E_COM_VERSION SBG_VERSION_SOFTWARE(SBG_E_COM_VERSION_MAJOR,SBG_E_COM_VERSION_MINOR,SBG_E_COM_VERSION_REV,SBG_E_COM_VERSION_BUILD)
35
36
/*
37
* Backward compatibility macro definitions.
38
*/
39
#ifndef SBG_STR
40
#define SBG_STR(X) #X
41
#endif
42
#ifndef SBG_ASSTR
43
#define SBG_ASSTR(X) SBG_STR(X)
44
#endif
45
#define SBG_E_COM_VERSION_STR SBG_ASSTR(SBG_E_COM_VERSION_MAJOR) "." SBG_ASSTR(SBG_E_COM_VERSION_MINOR) "." SBG_ASSTR(SBG_E_COM_VERSION_REV) "-stable\0"
46
47
#endif
/* SBG_E_COM_VERSION_H */
sbgCommon.h
Main header file for SBG Systems common C library.
sbg_driver
Author(s): SBG Systems
autogenerated on Sat Sep 3 2022 02:53:36