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