v2.0.0
Loading...
Searching...
No Matches
lsl_global.h
Go to the documentation of this file.
1//=============================================================================================================
34
35#ifndef LSL_GLOBAL_H
36#define LSL_GLOBAL_H
37
38//=============================================================================================================
39// INCLUDES
40//=============================================================================================================
41
42#include <utils/buildinfo.h>
43
44//=============================================================================================================
45// QT INCLUDES
46//=============================================================================================================
47
48#include <QtCore/qglobal.h>
49
50//=============================================================================================================
51// DEFINES
52//=============================================================================================================
53
54#if defined(STATICBUILD)
55# define LSLSHARED_EXPORT
56#elif defined(MNE_LSL_LIBRARY)
57# define LSLSHARED_EXPORT Q_DECL_EXPORT
58#else
59# define LSLSHARED_EXPORT Q_DECL_IMPORT
60#endif
61
62//=============================================================================================================
67namespace LSLLIB{
68
69//=============================================================================================================
74
75//=============================================================================================================
79LSLSHARED_EXPORT const char* buildHash();
80
81//=============================================================================================================
86
87} // namespace LSLLIB
88
89#endif // LSL_GLOBAL_H
build information utils
#define LSLSHARED_EXPORT
Definition lsl_global.h:55
Lab Streaming Layer (LSL) integration for real-time data exchange.
const char * buildDateTime()
const char * buildHash()
const char * buildHashLong()