14#ifndef HEADER_MAP_ASSIGNMENT_H
15#define HEADER_MAP_ASSIGNMENT_H
166 std::string _constant;
167 std::string _function;
171 std::string _transform;
Definition result_type_decl.h:34
Representation for an element in the DOM.
Definition dom.h:47
Definition map_assignment.h:33
a_util::result::Result setTransformation(const std::string &transformation_name)
const std::string & getModulo() const
const std::string & getFunction() const
a_util::result::Result setSimulationTimeFunction()
MapAssignment(std::string to)
a_util::result::Result removeTransformation()
const std::string & getSource() const
const std::string & getFrom() const
a_util::result::Result setTriggerCounterFunction(const std::string &modulo)
a_util::result::Result setReceivedFunction(const std::string &source)
const std::string & getTransformation() const
const std::string & getTo() const
a_util::result::Result connect(const std::string &source_element_path)
a_util::result::Result setConstant(const std::string &constant)
const std::string & getConstant() const
Definition map_configuration.h:36
Definition map_target.h:31
definition of the mapping namespace
Definition ddl.h:50
std::vector< std::string > MapErrorList
container type for mapping errors
Definition map_assignment.h:29
bool operator==(const MapAssignment &a, const MapAssignment &b)
compares the Assignments
Definition map_assignment.h:184
bool operator!=(const MapAssignment &a, const MapAssignment &b)
compares the Assignments
Definition map_assignment.h:199
std::vector< MapAssignment > MapAssignmentList
Public composite types used in the mapping::dd namespace.
Definition map_assignment.h:205
definition of the ddl namespace
Definition codec.h:21