v2.0.0
Loading...
Searching...
No Matches
fwd_global.h
Go to the documentation of this file.
1//=============================================================================================================
28
29#ifndef FWD_GLOBAL_H
30#define FWD_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 FWDSHARED_EXPORT
45#elif defined(MNE_FWD_LIBRARY)
46# define FWDSHARED_EXPORT Q_DECL_EXPORT
47#else
48# define FWDSHARED_EXPORT Q_DECL_IMPORT
49#endif
50
51//=============================================================================================================
56namespace FWDLIB{
57
58//=============================================================================================================
63
64//=============================================================================================================
68FWDSHARED_EXPORT const char* buildHash();
69
70//=============================================================================================================
75}
76
77#endif // FWD_GLOBAL_H
Compile-time helpers that capture the build date, time and git commit hash into the binary.
#define FWDSHARED_EXPORT
Definition fwd_global.h:44
Forward modelling — BEM solver, spherical models, sensor/coil definitions and the lead-field assembly...
Definition compute_fwd.h:83
const char * buildDateTime()
const char * buildHash()
const char * buildHashLong()