v2.0.0
Loading...
Searching...
No Matches
lsl_global.h
Go to the documentation of this file.
1//=============================================================================================================
30
31#ifndef LSL_GLOBAL_H
32#define LSL_GLOBAL_H
33
34//=============================================================================================================
35// INCLUDES
36//=============================================================================================================
37
38#include <utils/buildinfo.h>
39
40//=============================================================================================================
41// QT INCLUDES
42//=============================================================================================================
43
44#include <QtCore/qglobal.h>
45
46//=============================================================================================================
47// DEFINES
48//=============================================================================================================
49
50#if defined(STATICBUILD)
51# define LSLSHARED_EXPORT
52#elif defined(MNE_LSL_LIBRARY)
53# define LSLSHARED_EXPORT Q_DECL_EXPORT
54#else
55# define LSLSHARED_EXPORT Q_DECL_IMPORT
56#endif
57
58//=============================================================================================================
63namespace LSLLIB {
64
65//=============================================================================================================
70
71//=============================================================================================================
75LSLSHARED_EXPORT const char* buildHash();
76
77//=============================================================================================================
82
83} // namespace LSLLIB
84
85#endif // LSL_GLOBAL_H
Compile-time helpers that capture the build date, time and git commit hash into the binary.
#define LSLSHARED_EXPORT
Definition lsl_global.h:51
Lab Streaming Layer (LSL) integration for real-time data exchange.
const char * buildDateTime()
const char * buildHash()
const char * buildHashLong()