v2.0.0
Loading...
Searching...
No Matches
src
libraries
com
com_global.h
Go to the documentation of this file.
1
//=============================================================================================================
36
37
#ifndef COMMUNICATION_GLOBAL_H
38
#define COMMUNICATION_GLOBAL_H
39
40
//=============================================================================================================
41
// INCLUDES
42
//=============================================================================================================
43
44
#include <QtCore/qglobal.h>
45
#include <
utils/buildinfo.h
>
46
47
//=============================================================================================================
48
// DEFINES
49
//=============================================================================================================
50
51
#if defined(STATICBUILD)
52
# define COMSHARED_EXPORT
53
#elif defined(MNE_COM_LIBRARY)
54
# define COMSHARED_EXPORT Q_DECL_EXPORT
55
#else
56
# define COMSHARED_EXPORT Q_DECL_IMPORT
57
#endif
58
59
//=============================================================================================================
64
namespace
COMLIB
{
65
66
//=============================================================================================================
70
COMSHARED_EXPORT
const
char
*
buildDateTime
();
71
72
//=============================================================================================================
76
COMSHARED_EXPORT
const
char
*
buildHash
();
77
78
//=============================================================================================================
82
COMSHARED_EXPORT
const
char
*
buildHashLong
();
83
}
84
85
#endif
// COM_GLOBAL_H
COMSHARED_EXPORT
#define COMSHARED_EXPORT
Definition
com_global.h:52
buildinfo.h
build information utils
COMLIB
Real-time client/server communication (commands, raw data streaming).
COMLIB::buildHashLong
COMSHARED_EXPORT const char * buildHashLong()
Definition
com_global.cpp:54
COMLIB::buildHash
COMSHARED_EXPORT const char * buildHash()
Definition
com_global.cpp:50
COMLIB::buildDateTime
COMSHARED_EXPORT const char * buildDateTime()
Definition
com_global.cpp:46
Generated on
for MNE-CPP by
1.16.1