ADTF
Loading...
Searching...
No Matches
mapping_configuration_types.h
Go to the documentation of this file.
1
20
21#ifndef _MAPPING_CONFIGURATION_TYPES_HEADER
22#define _MAPPING_CONFIGURATION_TYPES_HEADER
23
28
29namespace ddl {
30namespace mapping {
31
36
58
67
72
73} // namespace mapping
74} // namespace ddl
75#endif // _MAPPING_CONFIGURATION_TYPES_HEADER
definition of the mapping namespace
Definition ddl.h:50
ValidationLevel
MappingConfiguration validation level.
Definition mapping_configuration_types.h:40
@ dont_know
The validation is not known. This means there was no validation.
Definition mapping_configuration_types.h:44
@ valid
every thing is well defined.
Definition mapping_configuration_types.h:56
@ good_enough
the mapping is valid for running at engine, but has problems
Definition mapping_configuration_types.h:52
@ invalid
the validation level is invalid.
Definition mapping_configuration_types.h:48
ddl::utility::Error Error
mapping error definition
Definition mapping_configuration_types.h:35
ddl::utility::VersionRequirement< Version > Requirement
mapping version requirements
Definition mapping_configuration_types.h:71
ddl::utility::Problem Problem
defintion of problems for validation of the MappingConfiguration
Definition mapping_configuration_types.h:62
std::vector< std::string > transformProblemList(const std::vector< Problem > &problems)
transforms the Problem List to a simple vector of strings. Simple usage:
::ddl::dd::Problem Problem
Problem to report to find the corresponding item name in a simple way.
Definition problem.h:68
::ddl::dd::Error Error
Exception helper class to collect information while parsing, adding DD Objects or other failed operat...
Definition ddl_error.h:110
definition of the ddl namespace
Definition codec.h:21
VersionRequirement to report a Version requirement.
Definition requirement.h:34