adapnex::core::Task::PostUpdate Provides an opportunity to perform 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