sbgECom  1.11.920-stable
Functions
sbgEComGetVersion.h File Reference

Version information. More...

#include <sbgCommon.h>

Go to the source code of this file.

Functions

uint32_t sbgEComGetVersion (void)
 
const char * sbgEComGetVersionAsString (void)
 

Detailed Description

Version information.

Author
SBG Systems

Copyright Notice

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.

Function Documentation

§ sbgEComGetVersion()

uint32_t sbgEComGetVersion ( void  )

Returns an integer representing the version of the sbgCom library.

Returns
An integer representing the version of the sbgCom library.
Use #SBG_VERSION_GET_MAJOR, #SBG_VERSION_GET_MINOR, #SBG_VERSION_GET_REV and #SBG_VERSION_GET_BUILD.

§ sbgEComGetVersionAsString()

const char* sbgEComGetVersionAsString ( void  )

Retrieve the sbgCom library version as a string (1.0.0.0).

Returns
Null terminated string that contains the sbgCom library version.