v2.0.0
Loading...
Searching...
No Matches
src
libraries
rtprocessing
rtprocessing_global.h
Go to the documentation of this file.
1
//=============================================================================================================
35
36
#ifndef RTPROCESSING_GLOBAL_H
37
#define RTPROCESSING_GLOBAL_H
38
39
//=============================================================================================================
40
// INCLUDES
41
//=============================================================================================================
42
43
#include <QtCore/qglobal.h>
44
#include <
utils/buildinfo.h
>
45
46
//=============================================================================================================
47
// DEFINES
48
//=============================================================================================================
49
50
#if defined(STATICBUILD)
51
# define RTPROCESINGSHARED_EXPORT
52
#elif defined(MNE_RTPROCESSING_LIBRARY)
53
# define RTPROCESINGSHARED_EXPORT Q_DECL_EXPORT
54
#else
55
# define RTPROCESINGSHARED_EXPORT Q_DECL_IMPORT
56
#endif
57
58
//=============================================================================================================
63
namespace
RTPROCESSINGLIB
{
64
65
//=============================================================================================================
69
RTPROCESINGSHARED_EXPORT
const
char
*
buildDateTime
();
70
71
//=============================================================================================================
75
RTPROCESINGSHARED_EXPORT
const
char
*
buildHash
();
76
77
//=============================================================================================================
81
RTPROCESINGSHARED_EXPORT
const
char
*
buildHashLong
();
82
}
83
84
#endif
// RTPROCESSING_GLOBAL_H
RTPROCESINGSHARED_EXPORT
#define RTPROCESINGSHARED_EXPORT
Definition
rtprocessing_global.h:51
buildinfo.h
build information utils
RTPROCESSINGLIB
Real-time signal processing (filtering, averaging, HPI fitting, noise reduction).
Definition
rtfiffrawviewdelegate.h:64
RTPROCESSINGLIB::buildHashLong
const char * buildHashLong()
Definition
rtprocessing_global.cpp:54
RTPROCESSINGLIB::buildDateTime
const char * buildDateTime()
Definition
rtprocessing_global.cpp:46
RTPROCESSINGLIB::buildHash
const char * buildHash()
Definition
rtprocessing_global.cpp:50
Generated on
for MNE-CPP by
1.16.1