v2.0.0
Loading...
Searching...
No Matches
src
libraries
dsp
dsp_global.h
Go to the documentation of this file.
1
//=============================================================================================================
29
30
#ifndef DSP_GLOBAL_H
31
#define DSP_GLOBAL_H
32
33
//=============================================================================================================
34
// INCLUDES
35
//=============================================================================================================
36
37
#include <
utils/buildinfo.h
>
38
39
//=============================================================================================================
40
// QT INCLUDES
41
//=============================================================================================================
42
43
#include <QtCore/qglobal.h>
44
45
//=============================================================================================================
46
// DEFINES
47
//=============================================================================================================
48
49
#if defined(STATICBUILD)
50
# define DSPSHARED_EXPORT
51
#elif defined(MNE_DSP_LIBRARY)
52
# define DSPSHARED_EXPORT Q_DECL_EXPORT
53
#else
54
# define DSPSHARED_EXPORT Q_DECL_IMPORT
55
#endif
56
57
//=============================================================================================================
62
namespace
DSPLIB
{
63
64
//=============================================================================================================
68
DSPSHARED_EXPORT
const
char
*
buildDateTime
();
69
70
//=============================================================================================================
74
DSPSHARED_EXPORT
const
char
*
buildHash
();
75
76
//=============================================================================================================
80
DSPSHARED_EXPORT
const
char
*
buildHashLong
();
81
}
82
83
#endif
// DSP_GLOBAL_H
buildinfo.h
Compile-time helpers that capture the build date, time and git commit hash into the binary.
DSPSHARED_EXPORT
#define DSPSHARED_EXPORT
Definition
dsp_global.h:50
DSPLIB
Digital signal processing (filtering, spectrograms, real-time averaging, HPI, noise reduction).
DSPLIB::buildHashLong
DSPSHARED_EXPORT const char * buildHashLong()
Definition
dsp_global.cpp:31
DSPLIB::buildHash
DSPSHARED_EXPORT const char * buildHash()
Definition
dsp_global.cpp:27
DSPLIB::buildDateTime
DSPSHARED_EXPORT const char * buildDateTime()
Definition
dsp_global.cpp:23
Generated on
for MNE-CPP by
1.16.1