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