MNE-CPP
0.1.9
A Framework for Electrophysiology
libraries
connectivity
connectivity_global.h
Go to the documentation of this file.
1
//=============================================================================================================
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(CONNECTIVITY_LIBRARY)
52
# define CONNECTIVITYSHARED_EXPORT Q_DECL_EXPORT
53
#else
54
# define CONNECTIVITYSHARED_EXPORT Q_DECL_IMPORT
55
#endif
56
57
namespace
CONNECTIVITYLIB
{
58
59
//=============================================================================================================
63
CONNECTIVITYSHARED_EXPORT
const
char
* buildDateTime();
64
65
//=============================================================================================================
69
CONNECTIVITYSHARED_EXPORT
const
char
* buildHash();
70
71
//=============================================================================================================
75
CONNECTIVITYSHARED_EXPORT
const
char
* buildHashLong();
76
}
77
78
#endif // CONNECTIVITY_GLOBAL_H
buildinfo.h
build information utils
CONNECTIVITYLIB
Definition:
connectivity.h:64
CONNECTIVITYSHARED_EXPORT
#define CONNECTIVITYSHARED_EXPORT
Definition:
connectivity_global.h:54
Generated on Thu May 26 2022 14:44:31 for MNE-CPP by
1.8.13