v2.0.0
Loading...
Searching...
No Matches
src
libraries
inverse
inverse_global.h
Go to the documentation of this file.
1
//=============================================================================================================
36
37
#ifndef INVERSE_GLOBAL_H
38
#define INVERSE_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 INVERSESHARED_EXPORT
53
#elif defined(MNE_INVERSE_LIBRARY)
54
# define INVERSESHARED_EXPORT Q_DECL_EXPORT
55
#else
56
# define INVERSESHARED_EXPORT Q_DECL_IMPORT
57
#endif
58
59
//=============================================================================================================
64
namespace
INVERSELIB
{
65
66
//=============================================================================================================
70
INVERSESHARED_EXPORT
const
char
*
buildDateTime
();
71
72
//=============================================================================================================
76
INVERSESHARED_EXPORT
const
char
*
buildHash
();
77
78
//=============================================================================================================
82
INVERSESHARED_EXPORT
const
char
*
buildHashLong
();
83
84
}
85
86
#endif
// INVERSE_GLOBAL_H
buildinfo.h
build information utils
INVERSESHARED_EXPORT
#define INVERSESHARED_EXPORT
Definition
inverse_global.h:52
INVERSELIB
Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting).
Definition
braintreemodel.h:55
INVERSELIB::buildHashLong
const char * buildHashLong()
Definition
inverse_global.cpp:54
INVERSELIB::buildDateTime
const char * buildDateTime()
Definition
inverse_global.cpp:46
INVERSELIB::buildHash
const char * buildHash()
Definition
inverse_global.cpp:50
Generated on
for MNE-CPP by
1.16.1