void exchangeProcessData()
Exchanges one cycle of process data: sends the current outputs, captures inputs.
Definition device_manager.cc:383
void execute(const mm::core::CycleContext &) noexcept override
Called once per cycle, after the exchange of process data and device parameters updated.
Definition process_data_cyclic_task.h:23
Per-cycle timing context passed to every CyclicTask::execute().
Definition cyclic_task.h:30