MNE-CPP
0.1.9
A Framework for Electrophysiology
Namespaces
Namespace List
API Reference
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Typedefs
c
i
m
n
p
s
t
v
Properties
Related Functions
Files
File List
File Members
All
c
d
e
f
i
k
m
n
q
r
u
Functions
Variables
Macros
c
d
e
f
i
m
n
r
u
About
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Properties
Friends
Macros
Pages
src
libraries
fwd
fwd_global.h
Go to the documentation of this file.
1
//=============================================================================================================
38
#ifndef FWD_GLOBAL_H
39
#define FWD_GLOBAL_H
40
41
//=============================================================================================================
42
// INCLUDES
43
//=============================================================================================================
44
45
#include <QtCore/qglobal.h>
46
#include <
utils/buildinfo.h
>
47
48
//=============================================================================================================
49
// DEFINES
50
//=============================================================================================================
51
52
#if defined(STATICBUILD)
53
# define FWDSHARED_EXPORT
54
#elif defined(MNE_FWD_LIBRARY)
55
# define FWDSHARED_EXPORT Q_DECL_EXPORT
56
#else
57
# define FWDSHARED_EXPORT Q_DECL_IMPORT
58
#endif
59
60
namespace
FWDLIB{
61
62
//=============================================================================================================
66
FWDSHARED_EXPORT
const
char
* buildDateTime();
67
68
//=============================================================================================================
72
FWDSHARED_EXPORT
const
char
* buildHash();
73
74
//=============================================================================================================
78
FWDSHARED_EXPORT
const
char
* buildHashLong();
79
}
80
81
#endif // FWD_GLOBAL_H
FWDSHARED_EXPORT
#define FWDSHARED_EXPORT
Definition:
fwd_global.h:57
buildinfo.h
build information utils
Generated on Wed Aug 9 2023 17:55:41 for MNE-CPP by
1.8.17