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