Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
usCoreConfig.h
Go to the documentation of this file.
1
/*
2
usCoreConfig.h
3
This file is generated. Do not change!
4
*/
5
6
#ifndef USCORECONFIG_H
7
#define USCORECONFIG_H
8
9
#include <
usCoreExport.h
>
10
11
#define US_ENABLE_AUTOLOADING_SUPPORT
12
14
// Version information
15
//-------------------------------------------------------------------
16
17
#define US_CORE_MAJOR_VERSION 2
18
#define US_CORE_MINOR_VERSION 99
19
#define US_CORE_PATCH_VERSION 0
20
#define US_CORE_VERSION 2.99.0
21
#define US_CORE_VERSION_STR "2.99.0"
22
23
24
//-------------------------------------------------------------------
25
// Debugging & Logging
26
//-------------------------------------------------------------------
27
28
/* #undef US_ENABLE_DEBUG_OUTPUT */
29
30
US_BEGIN_NAMESPACE
31
enum
MsgType
{
DebugMsg
= 0,
InfoMsg
= 1,
WarningMsg
= 2,
ErrorMsg
= 3 };
32
typedef
void (*
MsgHandler
)(
MsgType
,
const
char
*);
33
US_Core_EXPORT
MsgHandler
installMsgHandler
(
MsgHandler
);
34
US_END_NAMESPACE
35
36
38
// Macros used by the unit tests
39
//-------------------------------------------------------------------
40
41
#define US_CORE_SOURCE_DIR "/home/ubuntu/jenkins-agent/MITK/Release/src/MITK/Modules/CppMicroServices/core"
42
43
#endif // USCORECONFIG_H
us::MsgType
MsgType
Definition:
usCoreConfig.h:31
us::installMsgHandler
US_Core_EXPORT MsgHandler installMsgHandler(MsgHandler)
usCoreExport.h
us::WarningMsg
@ WarningMsg
Definition:
usCoreConfig.h:31
us::ErrorMsg
@ ErrorMsg
Definition:
usCoreConfig.h:31
US_BEGIN_NAMESPACE
#define US_BEGIN_NAMESPACE
Definition:
usGlobalConfig.h:76
US_END_NAMESPACE
#define US_END_NAMESPACE
Definition:
usGlobalConfig.h:77
us::InfoMsg
@ InfoMsg
Definition:
usCoreConfig.h:31
us::MsgHandler
void(* MsgHandler)(MsgType, const char *)
Definition:
usCoreConfig.h:32
US_Core_EXPORT
#define US_Core_EXPORT
Definition:
usCoreExport.h:21
us::DebugMsg
@ DebugMsg
Definition:
usCoreConfig.h:31
Modules
CppMicroServices
core
include
usCoreConfig.h
Generated on Mon Jun 17 2024 12:43:31 for Medical Imaging Interaction Toolkit by
1.8.17