|
ADTF
|
Trigger interface to trigger the assignments of a specific target together with a update time strategy. More...
#include <mapper_interfaces.h>
Inherits ddl::mapping::AssignmentTrigger.
Public Member Functions | |
| virtual void | update (std::chrono::nanoseconds trigger_time, TimeStrategy *time_strategy)=0 |
| indicates an update of target or a source | |
Public Member Functions inherited from ddl::mapping::AssignmentTrigger | |
| virtual void | update (std::chrono::nanoseconds trigger_time)=0 |
| indicates an update of target or a source | |
Trigger interface to trigger the assignments of a specific target together with a update time strategy.
|
pure virtual |
indicates an update of target or a source
| trigger_time | trigger time of the update (the time of the trigger this update is executed) |
| time_strategy | time strategy interface to set source value times to |