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