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