MNE-CPP
0.1.9
A Framework for Electrophysiology
src
libraries
fwd
fwd_global.cpp
Go to the documentation of this file.
1
//=============================================================================================================
36
//=============================================================================================================
37
// INCLUDES
38
//=============================================================================================================
39
40
#include "
fwd_global.h
"
41
42
//=============================================================================================================
43
// DEFINE METHODS
44
//=============================================================================================================
45
46
const
char
*
FWDLIB::buildDateTime
(){
return
UTILSLIB::dateTimeNow();}
47
48
//=============================================================================================================
49
50
const
char
*
FWDLIB::buildHash
(){
return
UTILSLIB::gitHash();}
51
52
//=============================================================================================================
53
54
const
char
*
FWDLIB::buildHashLong
(){
return
UTILSLIB::gitHashLong();}
fwd_global.h
forward library export/import macros.
FWDLIB::buildDateTime
const FWDSHARED_EXPORT char * buildDateTime()
Definition:
fwd_global.cpp:46
FWDLIB::buildHash
const FWDSHARED_EXPORT char * buildHash()
Definition:
fwd_global.cpp:50
FWDLIB::buildHashLong
const FWDSHARED_EXPORT char * buildHashLong()
Definition:
fwd_global.cpp:54
Generated on Wed Aug 9 2023 17:55:41 for MNE-CPP by
1.8.17