v2.0.0
Loading...
Searching...
No Matches
src
libraries
lsl
lsl_global.cpp
Go to the documentation of this file.
1
//=============================================================================================================
21
22
//=============================================================================================================
23
// INCLUDES
24
//=============================================================================================================
25
26
#include "
lsl_global.h
"
27
28
//=============================================================================================================
29
// DEFINE METHODS
30
//=============================================================================================================
31
32
const
char
*
LSLLIB::buildDateTime
(){
return
UTILSLIB::dateTimeNow
();}
33
34
//=============================================================================================================
35
36
const
char
*
LSLLIB::buildHash
(){
return
UTILSLIB::gitHash
();}
37
38
//=============================================================================================================
39
40
const
char
*
LSLLIB::buildHashLong
(){
return
UTILSLIB::gitHashLong
();}
lsl_global.h
LSLLIB shared-library export macro and build-stamp accessors used by every public LSL symbol.
UTILSLIB::gitHashLong
constexpr auto gitHashLong()
Definition
buildinfo.h:83
UTILSLIB::gitHash
constexpr auto gitHash()
Definition
buildinfo.h:70
UTILSLIB::dateTimeNow
constexpr auto dateTimeNow()
Definition
buildinfo.h:61
LSLLIB::buildDateTime
const char * buildDateTime()
Definition
lsl_global.cpp:32
LSLLIB::buildHash
const char * buildHash()
Definition
lsl_global.cpp:36
LSLLIB::buildHashLong
const char * buildHashLong()
Definition
lsl_global.cpp:40
Generated on
for MNE-CPP by
1.16.1