v2.0.0
Loading...
Searching...
No Matches
decoding_global.h
Go to the documentation of this file.
1//=============================================================================================================
30
31#ifndef DECODING_GLOBAL_H
32#define DECODING_GLOBAL_H
33
34//=============================================================================================================
35// INCLUDES
36//=============================================================================================================
37
38#include <utils/buildinfo.h>
39
40//=============================================================================================================
41// QT INCLUDES
42//=============================================================================================================
43
44#include <QtCore/qglobal.h>
45
46//=============================================================================================================
47// DEFINES
48//=============================================================================================================
49
50#if defined(STATICBUILD)
51# define DECODINGSHARED_EXPORT
52#elif defined(MNE_DECODING_LIBRARY)
53# define DECODINGSHARED_EXPORT Q_DECL_EXPORT
54#else
55# define DECODINGSHARED_EXPORT Q_DECL_IMPORT
56#endif
57
58//=============================================================================================================
83namespace DECODINGLIB{
84
85//=============================================================================================================
90
91//=============================================================================================================
96
97//=============================================================================================================
102} // namespace DECODINGLIB
103
104#endif // DECODING_GLOBAL_H
Compile-time helpers that capture the build date, time and git commit hash into the binary.
#define DECODINGSHARED_EXPORT
Supervised and unsupervised spatial-filter decompositions for M/EEG decoding.
DECODINGSHARED_EXPORT const char * buildHash()
DECODINGSHARED_EXPORT const char * buildDateTime()
DECODINGSHARED_EXPORT const char * buildHashLong()