v2.0.0
Loading...
Searching...
No Matches
src
libraries
dsp
dsp_global.h
Go to the documentation of this file.
1
//=============================================================================================================
35
36
#ifndef DSP_GLOBAL_H
37
#define DSP_GLOBAL_H
38
39
//=============================================================================================================
40
// INCLUDES
41
//=============================================================================================================
42
43
#include <
utils/buildinfo.h
>
44
45
//=============================================================================================================
46
// QT INCLUDES
47
//=============================================================================================================
48
49
#include <QtCore/qglobal.h>
50
51
//=============================================================================================================
52
// DEFINES
53
//=============================================================================================================
54
55
#if defined(STATICBUILD)
56
# define DSPSHARED_EXPORT
57
#elif defined(MNE_DSP_LIBRARY)
58
# define DSPSHARED_EXPORT Q_DECL_EXPORT
59
#else
60
# define DSPSHARED_EXPORT Q_DECL_IMPORT
61
#endif
62
63
//=============================================================================================================
68
namespace
DSPLIB
{
69
70
//=============================================================================================================
74
DSPSHARED_EXPORT
const
char
*
buildDateTime
();
75
76
//=============================================================================================================
80
DSPSHARED_EXPORT
const
char
*
buildHash
();
81
82
//=============================================================================================================
86
DSPSHARED_EXPORT
const
char
*
buildHashLong
();
87
}
88
89
#endif
// DSP_GLOBAL_H
DSPSHARED_EXPORT
#define DSPSHARED_EXPORT
Definition
dsp_global.h:56
buildinfo.h
build information utils
DSPLIB
Digital signal processing (filtering, spectrograms, real-time averaging, HPI, noise reduction).
DSPLIB::buildHashLong
DSPSHARED_EXPORT const char * buildHashLong()
Definition
dsp_global.cpp:54
DSPLIB::buildHash
DSPSHARED_EXPORT const char * buildHash()
Definition
dsp_global.cpp:50
DSPLIB::buildDateTime
DSPSHARED_EXPORT const char * buildDateTime()
Definition
dsp_global.cpp:46
Generated on
for MNE-CPP by
1.16.1