v2.0.0
Loading...
Searching...
No Matches
disp_global.cpp
Go to the documentation of this file.
1//=============================================================================================================
18
19//=============================================================================================================
20// INCLUDES
21//=============================================================================================================
22
23#include "disp_global.h"
24
25//=============================================================================================================
26// DEFINE METHODS
27//=============================================================================================================
28
30
31//=============================================================================================================
32
33const char* DISPLIB::buildHash(){ return UTILSLIB::gitHash();}
34
35//=============================================================================================================
36
Export macros and build-info hooks for the DISPLIB shared library.
const char * buildHashLong()
const char * buildHash()
const char * buildDateTime()
constexpr auto gitHashLong()
Definition buildinfo.h:83
constexpr auto gitHash()
Definition buildinfo.h:70
constexpr auto dateTimeNow()
Definition buildinfo.h:61