v2.0.0
Loading...
Searching...
No Matches
src
libraries
conn
conn_global.h
Go to the documentation of this file.
1
//=============================================================================================================
34
35
#ifndef CONN_GLOBAL_H
36
#define CONN_GLOBAL_H
37
38
//=============================================================================================================
39
// INCLUDES
40
//=============================================================================================================
41
42
#include <QtCore/qglobal.h>
43
#include <
utils/buildinfo.h
>
44
45
//=============================================================================================================
46
// DEFINES
47
//=============================================================================================================
48
49
#if defined(STATICBUILD)
50
# define CONNSHARED_EXPORT
51
#elif defined(MNE_CONN_LIBRARY)
52
# define CONNSHARED_EXPORT Q_DECL_EXPORT
53
#else
54
# define CONNSHARED_EXPORT Q_DECL_IMPORT
55
#endif
56
57
//=============================================================================================================
62
namespace
CONNLIB
{
63
64
//=============================================================================================================
68
CONNSHARED_EXPORT
const
char
*
buildDateTime
();
69
70
//=============================================================================================================
74
CONNSHARED_EXPORT
const
char
*
buildHash
();
75
76
//=============================================================================================================
80
CONNSHARED_EXPORT
const
char
*
buildHashLong
();
81
}
82
83
#endif
// CONN_GLOBAL_H
CONNSHARED_EXPORT
#define CONNSHARED_EXPORT
Definition
conn_global.h:50
buildinfo.h
build information utils
CONNLIB
Functional connectivity metrics (coherence, PLV, cross-correlation, etc.).
CONNLIB::buildHashLong
CONNSHARED_EXPORT const char * buildHashLong()
Definition
conn_global.cpp:54
CONNLIB::buildDateTime
CONNSHARED_EXPORT const char * buildDateTime()
Definition
conn_global.cpp:46
CONNLIB::buildHash
CONNSHARED_EXPORT const char * buildHash()
Definition
conn_global.cpp:50
Generated on
for MNE-CPP by
1.16.1