6 #ifndef IFW_DIT_DID_DEFINES_HPP_
7 #define IFW_DIT_DID_DEFINES_HPP_
11 #include <log4cplus/logger.h>
12 #include <log4cplus/loggingmacros.h>
13 #include <log4cplus/version.h>
14 #include <log4cplus/configurator.h>
16 #include <boost/regex.hpp>
17 #include <boost/exception/diagnostic_information.hpp>
19 #include <fmt/format.h>
21 #include <config-ng/ciiConfigApi.hpp>
23 #include <rad/logger.hpp>
24 #include <rad/exceptions.hpp>
Definition: defines.cpp:11
const std::string REC_TYPE_INTEGER
Definition: defines.hpp:72
DataType
Dictionary data types.
Definition: defines.hpp:60
const std::string HDR_TAG
Definition: defines.hpp:42
std::string RecFieldToStr(const RecField field)
Map record field from numeric to string representation.
Definition: defines.cpp:58
const std::string REC_FIELD_COMMENT
Definition: defines.hpp:95
const std::string REC_TYPE_BOOL
Definition: defines.hpp:70
log4cplus::Logger & Logger()
Definition: defines.cpp:13
const std::string REC_TYPE_STRING
Definition: defines.hpp:73
@ ALL
Definition: did.hpp:25
const std::string REC_FIELD_UNIT
Definition: defines.hpp:94
RecField
Dictionary keyword record field types.
Definition: defines.hpp:82
const std::map< std::string, HdrField > HDR_FIELDS_NAME_MAP
Definition: defines.hpp:54
const std::map< HdrField, std::string > HDR_FIELDS_NB_MAP
Definition: defines.hpp:49
const std::string REC_FIELD_DESCRIPTION
Definition: defines.hpp:96
RecField RecFieldToNum(const std::string &field)
Map record field from string to numeric representation.
Definition: defines.cpp:74
DataType DataTypeToNum(const std::string &type)
Map type from string to numeric representation.
Definition: defines.cpp:25
const std::string HDR_FIELD_SCOPE
Definition: defines.hpp:46
const std::string REC_FIELD_TYPE
Definition: defines.hpp:97
const std::string DID_SCHEMA_INCLUDE
Definition: defines.hpp:40
const std::string REC_TYPE_DOUBLE
Definition: defines.hpp:71
const std::string HDR_FIELD_DESCRIPTION
Definition: defines.hpp:47
std::string DataTypeToStr(const DataType type)
Map type from numeric to string representation.
Definition: defines.cpp:41
const std::string HDR_FIELD_NAME
Definition: defines.hpp:45
const std::string REC_FIELD_FORMAT
Definition: defines.hpp:93
HdrField
Dictionary header field types.
Definition: defines.hpp:32