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 <ciiLogManager.hpp>
23#include <config-ng/ciiConfigApi.hpp>
25#include <rad/logger.hpp>
26#include <rad/exceptions.hpp>
30 log4cplus::Logger&
Logger();
Definition defines.cpp:12
const std::string REC_TYPE_STRING
Definition defines.hpp:74
const std::map< std::string, HdrField > HDR_FIELDS_NAME_MAP
Definition defines.hpp:55
const std::string REC_TYPE_BOOL
Definition defines.hpp:71
RecField RecFieldToNum(const std::string &field)
Map record field from string to numeric representation.
Definition defines.cpp:77
std::string DataTypeToStr(const DataType type)
Map type from numeric to string representation.
Definition defines.cpp:40
const std::map< HdrField, std::string > HDR_FIELDS_NB_MAP
Definition defines.hpp:50
const std::string REC_FIELD_UNIT
Definition defines.hpp:95
const std::string REC_TYPE_INTEGER
Definition defines.hpp:73
const std::string HDR_FIELD_SCOPE
Definition defines.hpp:47
HdrField
Dictionary header field types.
Definition defines.hpp:33
const std::string DID_SCHEMA_INCLUDE
Definition defines.hpp:41
const std::string REC_FIELD_TYPE
Definition defines.hpp:98
const std::string HDR_TAG
Definition defines.hpp:43
const std::string REC_FIELD_COMMENT
Definition defines.hpp:96
const std::string REC_FIELD_FORMAT
Definition defines.hpp:94
const std::string REC_FIELD_DESCRIPTION
Definition defines.hpp:97
log4cplus::Logger & Logger()
Definition defines.cpp:14
std::string RecFieldToStr(const RecField field)
Map record field from numeric to string representation.
Definition defines.cpp:59
RecField
Dictionary keyword record field types.
Definition defines.hpp:83
DataType DataTypeToNum(const std::string &type)
Map type from string to numeric representation.
Definition defines.cpp:24
const std::string HDR_FIELD_DESCRIPTION
Definition defines.hpp:48
const std::string REC_TYPE_DOUBLE
Definition defines.hpp:72
@ ALL
Definition did.hpp:23
const std::string HDR_FIELD_NAME
Definition defines.hpp:46
DataType
Dictionary data types.
Definition defines.hpp:61