

Definition at line 47 of file mtsManagerComponentServer.h.
| mtsManagerComponentServer::mtsManagerComponentServer | ( | mtsManagerGlobal * | gcm | ) | [protected] |
Protected constructor to disallow users to create this component
| void mtsManagerComponentServer::GetNamesOfProcesses | ( | mtsStdStringVec & | stdStringVec | ) | const [protected] |
Getters for GCM service provider
| void mtsManagerComponentServer::Startup | ( | void | ) | [virtual] |
Virtual method that gets overloaded, and is run before the task is started.
Implements mtsManagerComponentBase.
| void mtsManagerComponentServer::Run | ( | void | ) | [virtual] |
Virtual method that gets overloaded to run the actual task.
Reimplemented from mtsManagerComponentBase.
| void mtsManagerComponentServer::Cleanup | ( | void | ) | [virtual] |
Virtual method that gets overloaded, and is run after the task gets killed using Kill() method.
Reimplemented from mtsManagerComponentBase.
| bool mtsManagerComponentServer::AddInterfaceGCM | ( | void | ) |
Add InterfaceGCM
| bool mtsManagerComponentServer::AddNewClientProcess | ( | const std::string & | clientProcessName | ) |
Create a new set of function objects, add InterfaceGCM's required interface to this component, and connect it to InterfaceLCM's provided interface
| void mtsManagerComponentServer::InterfaceGCMCommands_ComponentCreate | ( | const mtsDescriptionComponent & | arg | ) |
Commands
mtsManagerGlobal* mtsManagerComponentServer::GCM [protected] |
Global component manager instance to directly use the services it provides
Definition at line 56 of file mtsManagerComponentServer.h.
Event generators
Definition at line 105 of file mtsManagerComponentServer.h.