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