v2.0.0
Loading...
Searching...
No Matches
src
libraries
utils
utils_global.h
Go to the documentation of this file.
1
//=============================================================================================================
37
38
#ifndef UTILS_GLOBAL_H
39
#define UTILS_GLOBAL_H
40
41
#include "
buildinfo.h
"
42
43
//=============================================================================================================
44
// QT INCLUDES
45
//=============================================================================================================
46
47
#include <QtCore/qglobal.h>
48
49
//=============================================================================================================
50
// DEFINES
51
//=============================================================================================================
52
53
#if defined(STATICBUILD)
54
# define UTILSSHARED_EXPORT
55
#elif defined(MNE_UTILS_LIBRARY)
56
# define UTILSSHARED_EXPORT Q_DECL_EXPORT
57
#else
58
# define UTILSSHARED_EXPORT Q_DECL_IMPORT
59
#endif
60
61
//=============================================================================================================
66
namespace
UTILSLIB
{
67
68
//=============================================================================================================
72
UTILSSHARED_EXPORT
const
char
*
buildDateTime
();
73
74
//=============================================================================================================
78
UTILSSHARED_EXPORT
const
char
*
buildHash
();
79
80
//=============================================================================================================
84
UTILSSHARED_EXPORT
const
char
*
buildHashLong
();
85
}
86
87
#endif
// MNEUTILS_GLOBAL_H
buildinfo.h
build information utils
UTILSSHARED_EXPORT
#define UTILSSHARED_EXPORT
Definition
utils_global.h:54
UTILSLIB
Shared utilities (I/O helpers, spectral analysis, layout management, warp algorithms).
Definition
buildinfo.h:45
UTILSLIB::buildHash
const char * buildHash()
Definition
utils_global.cpp:50
UTILSLIB::buildDateTime
const char * buildDateTime()
Definition
utils_global.cpp:46
UTILSLIB::buildHashLong
const char * buildHashLong()
Definition
utils_global.cpp:54
Generated on
for MNE-CPP by
1.16.1