adapnex::core::Task::PreUpdate Provides an opportunity to perform processing before any Update() methods are invoked each cycle. Drivers generally use this step to update any inputs that might be consumed by other tasks. Synopsis Declared in <adapnex/core/task.h> virtual void PreUpdate(); Created with MrDocs