v2.0.0
Loading...
Searching...
No Matches
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//=============================================================================================================
54namespace EVENTSLIB{
55
56//=============================================================================================================
60EVENTS_EXPORT const char* buildDateTime();
61
62//=============================================================================================================
66EVENTS_EXPORT const char* buildHash();
67
68//=============================================================================================================
72EVENTS_EXPORT const char* buildHashLong();
73}
74
75#endif // EVENTS_GLOBAL_H
build information utils
#define EVENTS_EXPORT
Event annotation management (creation, grouping, shared-memory transport).
Definition event.h:56
const char * buildDateTime()
const char * buildHash()
const char * buildHashLong()