v2.0.0
Loading...
Searching...
No Matches
src
libraries
sts
sts_global.h
Go to the documentation of this file.
1
//=============================================================================================================
34
35
#ifndef STS_GLOBAL_H
36
#define STS_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 STSSHARED_EXPORT
51
#elif defined(MNE_STS_LIBRARY)
52
# define STSSHARED_EXPORT Q_DECL_EXPORT
53
#else
54
# define STSSHARED_EXPORT Q_DECL_IMPORT
55
#endif
56
57
//=============================================================================================================
62
namespace
STSLIB
{
63
64
//=============================================================================================================
68
STSSHARED_EXPORT
const
char
*
buildDateTime
();
69
70
//=============================================================================================================
74
STSSHARED_EXPORT
const
char
*
buildHash
();
75
76
//=============================================================================================================
80
STSSHARED_EXPORT
const
char
*
buildHashLong
();
81
82
}
83
84
#endif
// STS_GLOBAL_H
STSSHARED_EXPORT
#define STSSHARED_EXPORT
Definition
sts_global.h:50
buildinfo.h
build information utils
STSLIB
Statistical testing (t-tests, F-tests, cluster permutation, multiple comparison correction).
Definition
sts_adjacency.h:68
STSLIB::buildHashLong
STSSHARED_EXPORT const char * buildHashLong()
Definition
sts_global.cpp:53
STSLIB::buildDateTime
STSSHARED_EXPORT const char * buildDateTime()
Definition
sts_global.cpp:45
STSLIB::buildHash
STSSHARED_EXPORT const char * buildHash()
Definition
sts_global.cpp:49
Generated on
for MNE-CPP by
1.16.1