v2.0.0
Loading...
Searching...
No Matches
connectivity_global.h
Go to the documentation of this file.
1//=============================================================================================================
28
29#ifndef CONNECTIVITY_GLOBAL_H
30#define CONNECTIVITY_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 CONNECTIVITYSHARED_EXPORT
45#elif defined(MNE_CONNECTIVITY_LIBRARY)
46# define CONNECTIVITYSHARED_EXPORT Q_DECL_EXPORT
47#else
48# define CONNECTIVITYSHARED_EXPORT Q_DECL_IMPORT
49#endif
50
51//=============================================================================================================
56namespace CONNECTIVITYLIB{
57
58//=============================================================================================================
63
64//=============================================================================================================
69
70//=============================================================================================================
75}
76
77#endif // CONNECTIVITY_GLOBAL_H
Compile-time helpers that capture the build date, time and git commit hash into the binary.
#define CONNECTIVITYSHARED_EXPORT
Functional connectivity metrics (coherence, PLV, cross-correlation, etc.).
const char * buildDateTime()
const char * buildHash()
const char * buildHashLong()