#include <sbgCommon.h>
#include <version/sbgVersion.h>
#include "sbgEComVersion.h"
#include "sbgEComGetVersion.h"
Go to the source code of this file.
Functions | |
uint32_t | sbgEComGetVersion (void) |
const char * | sbgEComGetVersionAsString (void) |
uint32_t sbgEComGetVersion | ( | void | ) |
Returns an integer representing the version of the sbgCom library.
Definition at line 15 of file sbgEComGetVersion.c.
const char* sbgEComGetVersionAsString | ( | void | ) |
Retrieve the sbgCom library version as a string (1.0.0.0).
Definition at line 20 of file sbgEComGetVersion.c.