v2.0.0
Loading...
Searching...
No Matches
src
libraries
lsl
lsl_global.cpp
Go to the documentation of this file.
1
//=============================================================================================================
34
35
//=============================================================================================================
36
// INCLUDES
37
//=============================================================================================================
38
39
#include "
lsl_global.h
"
40
41
//=============================================================================================================
42
// DEFINE METHODS
43
//=============================================================================================================
44
45
const
char
*
LSLLIB::buildDateTime
(){
return
UTILSLIB::dateTimeNow
();}
46
47
//=============================================================================================================
48
49
const
char
*
LSLLIB::buildHash
(){
return
UTILSLIB::gitHash
();}
50
51
//=============================================================================================================
52
53
const
char
*
LSLLIB::buildHashLong
(){
return
UTILSLIB::gitHashLong
();}
lsl_global.h
lsl library export/import macros.
LSLLIB::buildDateTime
const char * buildDateTime()
Definition
lsl_global.cpp:45
LSLLIB::buildHash
const char * buildHash()
Definition
lsl_global.cpp:49
LSLLIB::buildHashLong
const char * buildHashLong()
Definition
lsl_global.cpp:53
UTILSLIB::gitHashLong
constexpr auto gitHashLong()
Definition
buildinfo.h:92
UTILSLIB::gitHash
constexpr auto gitHash()
Definition
buildinfo.h:79
UTILSLIB::dateTimeNow
constexpr auto dateTimeNow()
Definition
buildinfo.h:70
Generated on
for MNE-CPP by
1.16.1