MNE-CPP 0.1.9
A Framework for Electrophysiology
Loading...
Searching...
No Matches
communication_global.cpp
Go to the documentation of this file.
1//=============================================================================================================
36//=============================================================================================================
37// INCLUDES
38//=============================================================================================================
39
41
42//=============================================================================================================
43// DEFINE METHODS
44//=============================================================================================================
45
46const char* COMMUNICATIONLIB::buildDateTime(){ return UTILSLIB::dateTimeNow();}
47
48//=============================================================================================================
49
50const char* COMMUNICATIONLIB::buildHash(){ return UTILSLIB::gitHash();}
51
52//=============================================================================================================
53
54const char* COMMUNICATIONLIB::buildHashLong(){ return UTILSLIB::gitHashLong();}
realtime library export/import macros.
COMMUNICATIONSHARED_EXPORT const char * buildDateTime()
COMMUNICATIONSHARED_EXPORT const char * buildHash()
COMMUNICATIONSHARED_EXPORT const char * buildHashLong()