v2.0.0
Loading...
Searching...
No Matches
src
libraries
fiff
fiff_global.h
Go to the documentation of this file.
1
//=============================================================================================================
36
37
#ifndef FIFF_GLOBAL_H
38
#define FIFF_GLOBAL_H
39
40
//=============================================================================================================
41
// INCLUDES
42
//=============================================================================================================
43
44
#include <QtCore/qglobal.h>
45
#include <
utils/buildinfo.h
>
46
47
//=============================================================================================================
48
// DEFINES
49
//=============================================================================================================
50
51
#if defined(STATICBUILD)
52
# define FIFFSHARED_EXPORT
53
#elif defined(MNE_FIFF_LIBRARY)
54
# define FIFFSHARED_EXPORT Q_DECL_EXPORT
55
#else
56
# define FIFFSHARED_EXPORT Q_DECL_IMPORT
57
#endif
58
59
//=============================================================================================================
64
namespace
FIFFLIB
{
65
66
//=============================================================================================================
70
FIFFSHARED_EXPORT
const
char
*
buildDateTime
();
71
72
//=============================================================================================================
76
FIFFSHARED_EXPORT
const
char
*
buildHash
();
77
78
//=============================================================================================================
82
FIFFSHARED_EXPORT
const
char
*
buildHashLong
();
83
}
84
85
#endif
// FIFF_GLOBAL_H
FIFFSHARED_EXPORT
#define FIFFSHARED_EXPORT
Definition
fiff_global.h:52
buildinfo.h
build information utils
FIFFLIB
FIFF file I/O and data structures (raw, epochs, evoked, covariance, forward).
Definition
connectivitysettings.h:71
FIFFLIB::buildDateTime
const char * buildDateTime()
Definition
fiff_global.cpp:46
FIFFLIB::buildHashLong
const char * buildHashLong()
Definition
fiff_global.cpp:54
FIFFLIB::buildHash
const char * buildHash()
Definition
fiff_global.cpp:50
Generated on
for MNE-CPP by
1.16.1