v2.0.0
Loading...
Searching...
No Matches
src
libraries
connectivity
connectivity_global.h
Go to the documentation of this file.
1
//=============================================================================================================
34
35
#ifndef CONNECTIVITY_GLOBAL_H
36
#define CONNECTIVITY_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 CONNECTIVITYSHARED_EXPORT
51
#elif defined(MNE_CONNECTIVITY_LIBRARY)
52
# define CONNECTIVITYSHARED_EXPORT Q_DECL_EXPORT
53
#else
54
# define CONNECTIVITYSHARED_EXPORT Q_DECL_IMPORT
55
#endif
56
57
//=============================================================================================================
62
namespace
CONNECTIVITYLIB
{
63
64
//=============================================================================================================
68
CONNECTIVITYSHARED_EXPORT
const
char
*
buildDateTime
();
69
70
//=============================================================================================================
74
CONNECTIVITYSHARED_EXPORT
const
char
*
buildHash
();
75
76
//=============================================================================================================
80
CONNECTIVITYSHARED_EXPORT
const
char
*
buildHashLong
();
81
}
82
83
#endif
// CONNECTIVITY_GLOBAL_H
CONNECTIVITYSHARED_EXPORT
#define CONNECTIVITYSHARED_EXPORT
Definition
connectivity_global.h:50
buildinfo.h
build information utils
CONNECTIVITYLIB
Functional connectivity metrics (coherence, PLV, cross-correlation, etc.).
Definition
connectivity.h:64
CONNECTIVITYLIB::buildDateTime
const char * buildDateTime()
Definition
connectivity_global.cpp:46
CONNECTIVITYLIB::buildHash
const char * buildHash()
Definition
connectivity_global.cpp:50
CONNECTIVITYLIB::buildHashLong
const char * buildHashLong()
Definition
connectivity_global.cpp:54
Generated on
for MNE-CPP by
1.16.1