v2.0.0
Loading...
Searching...
No Matches
src
libraries
events
events_global.h
Go to the documentation of this file.
1
//=============================================================================================================
34
35
#ifndef EVENTS_GLOBAL_H
36
#define EVENTS_GLOBAL_H
37
38
#include <QtCore/qglobal.h>
39
#include <
utils/buildinfo.h
>
40
41
#if defined(STATICBUILD)
42
# define EVENTS_EXPORT
43
#elif defined(MNE_EVENTS_LIBRARY)
44
# define EVENTS_EXPORT Q_DECL_EXPORT
45
#else
46
# define EVENTS_EXPORT Q_DECL_IMPORT
47
#endif
48
49
//=============================================================================================================
54
namespace
EVENTSLIB
{
55
56
//=============================================================================================================
60
EVENTS_EXPORT
const
char
*
buildDateTime
();
61
62
//=============================================================================================================
66
EVENTS_EXPORT
const
char
*
buildHash
();
67
68
//=============================================================================================================
72
EVENTS_EXPORT
const
char
*
buildHashLong
();
73
}
74
75
#endif
// EVENTS_GLOBAL_H
buildinfo.h
build information utils
EVENTS_EXPORT
#define EVENTS_EXPORT
Definition
events_global.h:42
EVENTSLIB
Event annotation management (creation, grouping, shared-memory transport).
Definition
event.h:56
EVENTSLIB::buildDateTime
const char * buildDateTime()
Definition
events_global.cpp:46
EVENTSLIB::buildHash
const char * buildHash()
Definition
events_global.cpp:50
EVENTSLIB::buildHashLong
const char * buildHashLong()
Definition
events_global.cpp:54
Generated on
for MNE-CPP by
1.16.1