MNE-CPP 0.1.9
A Framework for Electrophysiology
Loading...
Searching...
No Matches
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
46const char* CONNECTIVITYLIB::buildDateTime(){ return UTILSLIB::dateTimeNow();}
47
48//=============================================================================================================
49
50const char* CONNECTIVITYLIB::buildHash(){ return UTILSLIB::gitHash();}
51
52//=============================================================================================================
53
54const char* CONNECTIVITYLIB::buildHashLong(){ return UTILSLIB::gitHashLong();}
connectivity library export/import macros.
CONNECTIVITYSHARED_EXPORT const char * buildDateTime()
CONNECTIVITYSHARED_EXPORT const char * buildHash()
CONNECTIVITYSHARED_EXPORT const char * buildHashLong()