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