Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Typedefs
Enumerations
Classes
Class List
Class Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
y
z
~
Functions
a
c
d
e
f
g
i
l
m
o
p
r
s
t
u
w
~
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Files
File List
File Members
All
_
c
d
f
g
i
m
n
s
t
u
Functions
m
s
t
Variables
Typedefs
d
f
i
s
u
Enumerations
_
Enumerator
s
Macros
_
c
f
i
n
s
t
external
sbgECom
src
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
}
sbgEComGetVersionAsString
const char * sbgEComGetVersionAsString(void)
Definition:
sbgEComGetVersion.c:20
sbgCommon.h
sbgVersion.h
SBG_E_COM_VERSION
#define SBG_E_COM_VERSION
Definition:
sbgEComVersion.h:34
sbgEComGetVersion
uint32_t sbgEComGetVersion(void)
Definition:
sbgEComGetVersion.c:15
sbgEComGetVersion.h
Version information.
SBG_E_COM_VERSION_STR
#define SBG_E_COM_VERSION_STR
Definition:
sbgEComVersion.h:45
sbgEComVersion.h
sbg_driver
Author(s): SBG Systems
autogenerated on Fri Oct 11 2024 02:13:40