ADTF
Loading...
Searching...
No Matches
ddl::mapping::AssignmentTriggerSourceTime Class Referenceabstract

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
 

Detailed Description

Trigger interface to trigger the assignments of a specific target together with a update time strategy.

Member Function Documentation

◆ update()

virtual void ddl::mapping::AssignmentTriggerSourceTime::update ( std::chrono::nanoseconds trigger_time,
TimeStrategy * time_strategy )
pure virtual

indicates an update of target or a source

Parameters
trigger_timetrigger time of the update (the time of the trigger this update is executed)
time_strategytime strategy interface to set source value times to

The documentation for this class was generated from the following file: