v2.0.0
Loading...
Searching...
No Matches
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//=============================================================================================================
62namespace DSPLIB{
63
64//=============================================================================================================
69
70//=============================================================================================================
74DSPSHARED_EXPORT const char* buildHash();
75
76//=============================================================================================================
81}
82
83#endif // DSP_GLOBAL_H
Compile-time helpers that capture the build date, time and git commit hash into the binary.
#define DSPSHARED_EXPORT
Definition dsp_global.h:50
Digital signal processing (filtering, spectrograms, real-time averaging, HPI, noise reduction).
DSPSHARED_EXPORT const char * buildHashLong()
DSPSHARED_EXPORT const char * buildHash()
DSPSHARED_EXPORT const char * buildDateTime()