v2.0.0
Loading...
Searching...
No Matches
com_global.cpp
Go to the documentation of this file.
1//=============================================================================================================
24
25//=============================================================================================================
26// INCLUDES
27//=============================================================================================================
28
29#include "com_global.h"
30
31//=============================================================================================================
32// DEFINE METHODS
33//=============================================================================================================
34
36
37//=============================================================================================================
38
39const char* COMLIB::buildHash(){ return UTILSLIB::gitHash();}
40
41//=============================================================================================================
42
Export macros, build-info entry points and namespace anchor for the COMLIB communication library.
COMSHARED_EXPORT const char * buildHashLong()
Full-length git commit hash (40 hex chars) of the source tree this library was built from.
COMSHARED_EXPORT const char * buildHash()
Abbreviated git commit hash (typically 7 hex chars) of the source tree this library was built from.
COMSHARED_EXPORT const char * buildDateTime()
Compile-time date/time stamp baked into the COMLIB binary.
constexpr auto gitHashLong()
Definition buildinfo.h:83
constexpr auto gitHash()
Definition buildinfo.h:70
constexpr auto dateTimeNow()
Definition buildinfo.h:61