|
cisst-saw
|
Go to the source code of this file.
Macros | |
| #define | MTS_DECLARE_COMPONENT(componentName, componentType) |
| #define | MTS_STATE_TABLE_BEGIN |
| #define | MTS_STATE_TABLE_DATA(dataType, dataName) |
| #define | MTS_STATE_TABLE_END |
| #define | MTS_INTERFACE_PROVIDED_BEGIN(interfaceName) |
| #define | MTS_INTERFACE_PROVIDED_END(interfaceName) |
| #define | MTS_COMMAND_VOID(method, commandNameWithDoubleQuotes) |
| #define | MTS_COMMAND_WRITE(method, commandNameWithDoubleQuotes, argumentPrototype) |
| #define | MTS_COMMAND_READ(A, B, C) |
| #define | MTS_COMMAND_STATEREAD(dataName, commandNameWithDoubleQuotes) |
| #define | MTS_COMMAND_QUALIFIEDREAD(A, B, C, D) |
| #define | MTS_EVENT_VOID(functionName, eventNameWithDoubleQuotes) |
| #define | MTS_EVENT_WRITE(functionName, eventNameWithDoubleQuotes, argumentPrototype) |
| #define | MTS_INTERFACE_REQUIRED_BEGIN(interfaceName) |
| #define | MTS_INTERFACE_REQUIRED_END(interfaceName) |
| #define | MTS_FUNCTION_VOID(functionName, commandNameWithDoubleQuotes) |
| #define | MTS_FUNCTION_WRITE(functionName, commandNameWithDoubleQuotes) |
| #define | MTS_FUNCTION_READ(functionName, commandNameWithDoubleQuotes) |
| #define | MTS_FUNCTION_QUALIFIEDREAD(functionName, commandNameWithDoubleQuotes) |
| #define | MTS_EVENT_HANDLER_WRITE(method, eventNameWithDoubleQuotes, argumentPrototype) |
| #define | MTS_EVENT_HANDLER_VOID(method, eventNameWithDoubleQuotes) |
| #define | MTS_EVENT_HANDLER_NONQUEUED_VOID(method, eventNameWithDoubleQuotes) |
| #define MTS_COMMAND_QUALIFIEDREAD | ( | A, | |
| B, | |||
| C, | |||
| D ) |
| #define MTS_COMMAND_READ | ( | A, | |
| B, | |||
| C ) |
| #define MTS_COMMAND_STATEREAD | ( | dataName, | |
| commandNameWithDoubleQuotes ) |
| #define MTS_COMMAND_VOID | ( | method, | |
| commandNameWithDoubleQuotes ) |
| #define MTS_COMMAND_WRITE | ( | method, | |
| commandNameWithDoubleQuotes, | |||
| argumentPrototype ) |
| #define MTS_DECLARE_COMPONENT | ( | componentName, | |
| componentType ) |
| #define MTS_EVENT_HANDLER_NONQUEUED_VOID | ( | method, | |
| eventNameWithDoubleQuotes ) |
| #define MTS_EVENT_HANDLER_VOID | ( | method, | |
| eventNameWithDoubleQuotes ) |
| #define MTS_EVENT_HANDLER_WRITE | ( | method, | |
| eventNameWithDoubleQuotes, | |||
| argumentPrototype ) |
| #define MTS_EVENT_VOID | ( | functionName, | |
| eventNameWithDoubleQuotes ) |
| #define MTS_EVENT_WRITE | ( | functionName, | |
| eventNameWithDoubleQuotes, | |||
| argumentPrototype ) |
| #define MTS_FUNCTION_QUALIFIEDREAD | ( | functionName, | |
| commandNameWithDoubleQuotes ) |
| #define MTS_FUNCTION_READ | ( | functionName, | |
| commandNameWithDoubleQuotes ) |
| #define MTS_FUNCTION_VOID | ( | functionName, | |
| commandNameWithDoubleQuotes ) |
| #define MTS_FUNCTION_WRITE | ( | functionName, | |
| commandNameWithDoubleQuotes ) |
| #define MTS_INTERFACE_PROVIDED_BEGIN | ( | interfaceName | ) |
| #define MTS_INTERFACE_PROVIDED_END | ( | interfaceName | ) |
| #define MTS_INTERFACE_REQUIRED_BEGIN | ( | interfaceName | ) |
| #define MTS_INTERFACE_REQUIRED_END | ( | interfaceName | ) |
| #define MTS_STATE_TABLE_BEGIN |
| #define MTS_STATE_TABLE_DATA | ( | dataType, | |
| dataName ) |
| #define MTS_STATE_TABLE_END |