v2.0.0
Loading...
Searching...
No Matches
bids_global.h
Go to the documentation of this file.
1//=============================================================================================================
34
35#ifndef BIDS_GLOBAL_H
36#define BIDS_GLOBAL_H
37
38//=============================================================================================================
39// INCLUDES
40//=============================================================================================================
41
42#include <utils/buildinfo.h>
43
44//=============================================================================================================
45// QT INCLUDES
46//=============================================================================================================
47
48#include <QtCore/qglobal.h>
49
50//=============================================================================================================
51// DEFINES
52//=============================================================================================================
53
54#if defined(STATICBUILD)
55# define BIDSSHARED_EXPORT
56#elif defined(MNE_BIDS_LIBRARY)
57# define BIDSSHARED_EXPORT Q_DECL_EXPORT
58#else
59# define BIDSSHARED_EXPORT Q_DECL_IMPORT
60#endif
61
62//=============================================================================================================
67namespace BIDSLIB{
68
69//=============================================================================================================
74
75//=============================================================================================================
79BIDSSHARED_EXPORT const char* buildHash();
80
81//=============================================================================================================
86}
87
88#endif // BIDS_GLOBAL_H
#define BIDSSHARED_EXPORT
Definition bids_global.h:55
build information utils
BIDS dataset reading, writing, path construction, and sidecar metadata handling for iEEG/EEG/MEG.
BIDSSHARED_EXPORT const char * buildHash()
BIDSSHARED_EXPORT const char * buildHashLong()
BIDSSHARED_EXPORT const char * buildDateTime()