adapnex::core::Task::PostUpdate

The PostUpdate method provides an opportunity to do some processing after all Update() methods have been invoked each cycle. Drivers generally use this to update any outputs that might have been written to by other tasks.

Synopsis

Declared in <adapnex/core/task.h>

virtual
void
PostUpdate();

Created with MrDocs