v2.0.0
Loading...
Searching...
No Matches
fiff_global.h
Go to the documentation of this file.
1//=============================================================================================================
28
29#ifndef FIFF_GLOBAL_H
30#define FIFF_GLOBAL_H
31
32//=============================================================================================================
33// INCLUDES
34//=============================================================================================================
35
36#include <QtCore/qglobal.h>
37#include <utils/buildinfo.h>
38
39//=============================================================================================================
40// DEFINES
41//=============================================================================================================
42
43#if defined(STATICBUILD)
44# define FIFFSHARED_EXPORT
45#elif defined(MNE_FIFF_LIBRARY)
46# define FIFFSHARED_EXPORT Q_DECL_EXPORT
47#else
48# define FIFFSHARED_EXPORT Q_DECL_IMPORT
49#endif
50
51//=============================================================================================================
64namespace FIFFLIB{
65
66//=============================================================================================================
71
72//=============================================================================================================
76FIFFSHARED_EXPORT const char* buildHash();
77
78//=============================================================================================================
83}
84
85#endif // FIFF_GLOBAL_H
Compile-time helpers that capture the build date, time and git commit hash into the binary.
#define FIFFSHARED_EXPORT
Definition fiff_global.h:44
FIFF file I/O, in-memory data structures and high-level readers/writers.
const char * buildDateTime()
const char * buildHashLong()
const char * buildHash()