v2.0.0
Loading...
Searching...
No Matches
src
libraries
lsl
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
//=============================================================================================================
67
namespace
LSLLIB
{
68
69
//=============================================================================================================
73
LSLSHARED_EXPORT
const
char
*
buildDateTime
();
74
75
//=============================================================================================================
79
LSLSHARED_EXPORT
const
char
*
buildHash
();
80
81
//=============================================================================================================
85
LSLSHARED_EXPORT
const
char
*
buildHashLong
();
86
87
}
// namespace LSLLIB
88
89
#endif
// LSL_GLOBAL_H
buildinfo.h
build information utils
LSLSHARED_EXPORT
#define LSLSHARED_EXPORT
Definition
lsl_global.h:55
LSLLIB
Lab Streaming Layer (LSL) integration for real-time data exchange.
LSLLIB::buildDateTime
const char * buildDateTime()
Definition
lsl_global.cpp:45
LSLLIB::buildHash
const char * buildHash()
Definition
lsl_global.cpp:49
LSLLIB::buildHashLong
const char * buildHashLong()
Definition
lsl_global.cpp:53
Generated on
for MNE-CPP by
1.16.1