cisst-saw
|
Files | |
file | mtsComponentViewer.h |
Definition of the task viewer. | |
file | mtsInterfaceProvidedOrOutput.h |
Declaration of mtsInterfaceProvidedOrOutput. | |
file | mtsManagerComponentBase.h |
Declaration of Base Class for Manager ComponentsIn the networked configuration, the communication between the global component manager (GCM) and local component managers (LCMs) is currently done by SLICE. If the cisstMultiTask's command pattern is used instead, users can have more flexible way to interact with the system, such as creating and starting components dynamically. To replace SLICE with the cisstMultiTask's command pattern, we introduce a special type of component, manager component. | |
file | mtsManagerGlobal.h |
Definition of the global managerPlease see mtsManagerGlobalInterface.h for detailed comments on methods defined as pure virtual in mtsManagerGlobalInterface. | |
file | mtsManagerGlobalInterface.h |
Declaration of mtsManagerGlobalInterfaceThis class declares an interface used by local component managers to communicate with the global component manager. The interface is defined as a pure abstract class to provide the identical APIs regardless current configuration (standalone vs. networked) | |
file | mtsManagerLocal.h |
Declaration of Local Component ManagerThis class defines the local component manager (LCM) that manages local components and is unique in a process. Since only one instance of LCM should exist in a process, this class is implemented as singleton. To get an instance of LCM, therefore, mtsManagerLocal::GetInstance() should be used (instead of constructor). | |
file | mtsManagerLocalInterface.h |
Definition of mtsManagerLocalInterfaceThis class defines an interface used by the global component manager to communicate with local component managers. The interface is defined as a pure abstract class to support two different configurations that this interface is used for: | |
file | mtsSocketProxyClient.h |
Declaration of mtsSocketProxyClient. | |
file | mtsSocketProxyCommon.h |
Common definitions for mtsSocketProxyClient and mtsSocketProxyServer. | |
file | mtsSocketProxyServer.h |
Declaration of mtsSocketProxyServer. | |
file | mtsTaskManager.h |
Definition for backward compatibility. | |
Component based framework.