cisst-saw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes
mtsManagerGlobalInterface.h File Reference

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) More...

#include <cisstCommon/cmnClassRegister.h>
#include <cisstMultiTask/mtsConfig.h>
#include <cisstMultiTask/mtsInterfaceCommon.h>
#include <cisstMultiTask/mtsParameterTypes.h>

Go to the source code of this file.

Classes

class  mtsManagerGlobalInterface
 

Detailed Description

Declaration of mtsManagerGlobalInterface

This 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)

Note
Please refer to mtsManagerGlobal.h and mtsManagerProxyClient.h for implementation of this interface.