v2.0.0
Loading...
Searching...
No Matches
src
libraries
mna
mna_global.cpp
Go to the documentation of this file.
1
//=============================================================================================================
19
20
//=============================================================================================================
21
// INCLUDES
22
//=============================================================================================================
23
24
#include "
mna_global.h
"
25
26
//=============================================================================================================
27
// DEFINE METHODS
28
//=============================================================================================================
29
30
const
char
*
MNALIB::buildDateTime
(){
return
UTILSLIB::dateTimeNow
();}
31
32
//=============================================================================================================
33
34
const
char
*
MNALIB::buildHash
(){
return
UTILSLIB::gitHash
();}
35
36
//=============================================================================================================
37
38
const
char
*
MNALIB::buildHashLong
(){
return
UTILSLIB::gitHashLong
();}
mna_global.h
Export/import macros, build-info accessors, and MNALIB namespace anchor for the MNE Analysis Containe...
UTILSLIB::gitHashLong
constexpr auto gitHashLong()
Definition
buildinfo.h:83
UTILSLIB::gitHash
constexpr auto gitHash()
Definition
buildinfo.h:70
UTILSLIB::dateTimeNow
constexpr auto dateTimeNow()
Definition
buildinfo.h:61
MNALIB::buildHash
MNASHARED_EXPORT const char * buildHash()
Definition
mna_global.cpp:34
MNALIB::buildHashLong
MNASHARED_EXPORT const char * buildHashLong()
Definition
mna_global.cpp:38
MNALIB::buildDateTime
MNASHARED_EXPORT const char * buildDateTime()
Definition
mna_global.cpp:30
Generated on
for MNE-CPP by
1.16.1