v2.0.0
Loading...
Searching...
No Matches
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//=============================================================================================================
68namespace DSPLIB{
69
70//=============================================================================================================
75
76//=============================================================================================================
80DSPSHARED_EXPORT const char* buildHash();
81
82//=============================================================================================================
87}
88
89#endif // DSP_GLOBAL_H
#define DSPSHARED_EXPORT
Definition dsp_global.h:56
build information utils
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()