#include <Transform.hpp>
Inherits pion::platform::Transform.
Definition at line 166 of file Transform.hpp.
Public Member Functions | |
| TransformAssignValue (const Vocabulary &v, const Vocabulary::Term &term, const xmlNodePtr config_ptr) | |
| virtual bool | transform (EventPtr &d, const EventPtr &s) |
| pion::platform::TransformAssignValue::TransformAssignValue | ( | const Vocabulary & | v, | |
| const Vocabulary::Term & | term, | |||
| const xmlNodePtr | config_ptr | |||
| ) | [inline] |
TransformAssignValue constructs a transformation assignment based on Value
| v | Vocabulary to use | |
| term | The source term type to use | |
| config_ptr | Pointer to XML configuration of the AssignValue entity |
Definition at line 181 of file Transform.hpp.
References pion::platform::ConfigManager::getConfigOptionEmptyOk().
| virtual bool pion::platform::TransformAssignValue::transform | ( | EventPtr & | d, | |
| const EventPtr & | s | |||
| ) | [inline, virtual] |
transform Assigns a fixed value to event/term
| d | Destination event (pointer) to modify term | |
| s | Source event (dummy), passed in only for conformity |
Implements pion::platform::Transform.
Definition at line 199 of file Transform.hpp.
References pion::platform::AssignValue().
1.4.7