void execute(const CycleContext &) override
Called once per cycle, after process data has been exchanged and device parameters updated.
Definition process_data_cyclic_task.h:19
void exchangeProcessData()
Exchanges one cycle of process data: sends staged outputs, captures inputs.
Definition device_manager.cc:299
Per-cycle timing context passed to every CyclicTask::execute().
Definition cyclic_task.h:28