|
cisst-saw
|
Forward declarations and #define for cisstMultiTask. More...
#include <cisstCommon/cmnClassServices.h>#include <cisstMultiTask/mtsGenericObject.h>#include <limits>#include <cisstMultiTask/mtsConfig.h>Go to the source code of this file.
Macros | |
| #define | mtsComponentManager mtsManagerLocal |
Typedefs | |
| typedef mtsCommandQueuedVoidReturnBase< mtsCommandVoidReturn > | mtsCommandQueuedVoidReturn |
| typedef mtsCommandQueuedVoidReturnBase< mtsCommandRead > | mtsCommandQueuedRead |
| typedef mtsCommandQueuedWriteReturnBase< mtsCommandWriteReturn > | mtsCommandQueuedWriteReturn |
| typedef mtsCommandQueuedWriteReturnBase< mtsCommandQualifiedRead > | mtsCommandQueuedQualifiedRead |
| typedef mtsComponent | mtsDevice |
| typedef unsigned int | ConnectionIDType |
Functions | |
| std::string | mtsObjectName (const void *CMN_UNUSED(object)) |
| std::string | mtsObjectName (const mtsGenericObject *object) |
Variables | |
| const ConnectionIDType | InvalidConnectionID = (ConnectionIDType) std::numeric_limits<int>::max() |
Forward declarations and #define for cisstMultiTask.
| #define mtsComponentManager mtsManagerLocal |
| typedef unsigned int ConnectionIDType |
| typedef mtsComponent mtsDevice |
| enum mtsBlockingType |
Type to define is a command is blocking or not
| Enumerator | |
|---|---|
| MTS_BLOCKING | |
| MTS_NOT_BLOCKING | |
| enum mtsRequiredType |
Type for optional functions and interfaces
| Enumerator | |
|---|---|
| MTS_OPTIONAL | |
| MTS_REQUIRED | |
|
inline |
|
inline |
| const ConnectionIDType InvalidConnectionID = (ConnectionIDType) std::numeric_limits<int>::max() |