

Definition at line 99 of file mtsManagerComponentBase.h.
| virtual void mtsManagerComponentBase::Startup | ( | void | ) | [pure virtual] |
Virtual method that gets overloaded, and is run before the task is started.
Reimplemented from mtsTask.
| virtual void mtsManagerComponentBase::Run | ( | void | ) | [virtual] |
Virtual method that gets overloaded to run the actual task.
Implements mtsTask.
| virtual void mtsManagerComponentBase::Cleanup | ( | void | ) | [virtual] |