ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
Fnd0SoaDebugMonitor
soadebugmonitor_errors.h
Go to the documentation of this file.
1
27
#ifndef SOADEBUGMONITOR_ERRORS_H
28
#define SOADEBUGMONITOR_ERRORS_H
29
30
#include <
common/emh_const.h
>
31
44
#define SOADEBUGMONITOR_invalid_checking_level (EMH_SOADEBUGMONITOR_error_base + 0 )
45
#define SOADEBUGMONITOR_sql_logging (EMH_SOADEBUGMONITOR_error_base + 1 )
46
#define SOADEBUGMONITOR_logging_levels (EMH_SOADEBUGMONITOR_error_base + 2 )
47
#define SOADEBUGMONITOR_module_status (EMH_SOADEBUGMONITOR_error_base + 3 )
48
#define SOADEBUGMONITOR_invalid_module_list (EMH_SOADEBUGMONITOR_error_base + 4 )
49
#define SOADEBUGMONITOR_invalid_logging_level (EMH_SOADEBUGMONITOR_error_base + 5 )
50
#define SOADEBUGMONITOR_unabletoget_lock (EMH_SOADEBUGMONITOR_error_base + 6 )
51
#define SOADEBUGMONITOR_invalid_tao_level (EMH_SOADEBUGMONITOR_error_base + 7 )
52
#define SOADEBUGMONITOR_invalid_root_logging_level (EMH_SOADEBUGMONITOR_error_base + 8 )
53
#define SOADEBUGMONITOR_unsupported_tao_level_5 (EMH_SOADEBUGMONITOR_error_base + 9 )
54
56
#define SOADEBUGMONITOR_configuration_reload_error (EMH_SOADEBUGMONITOR_error_base + 20 )
57
#define SOADEBUGMONITOR_metric_configuration_set_error (EMH_SOADEBUGMONITOR_error_base + 21 )
58
61
#define SOADEBUGMONITOR_profiling_couldnot_be_started (EMH_SOADEBUGMONITOR_error_base + 50 )
62
#define SOADEBUGMONITOR_invalid_mode (EMH_SOADEBUGMONITOR_error_base + 51 )
63
65
#define SOADEBUGMONITOR_different_prop_value (EMH_SOADEBUGMONITOR_error_base + 52 )
66
68
#define SOADEBUGMONITOR_markpoint_not_set (EMH_SOADEBUGMONITOR_error_base + 53 )
69
73
#endif
74