Version information. More...
#include <sbgCommon.h>
Go to the source code of this file.
Functions | |
uint32_t | sbgEComGetVersion (void) |
const char * | sbgEComGetVersionAsString (void) |
Version information.
Copyright (C) 2019, SBG Systems SAS. All rights reserved.
This source code is intended for use only by SBG Systems SAS and those that have explicit written permission to use it from SBG Systems SAS.
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
Definition in file sbgEComGetVersion.h.
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.