|
cisst-saw
|
This is the complete list of members for mtsInterfaceProvided, including all inherited members.
| AddCommandFilteredWrite(void(__classType::*premethod)(const __argumentType &, __filteredType &) const, void(__classType::*method)(const __filteredType &), __classType *classInstantiation, const std::string &commandName, const __argumentType &argumentPrototype, const __filteredType &filteredPrototype, mtsCommandQueueingPolicy queueingPolicy=MTS_INTERFACE_COMMAND_POLICY) | mtsInterfaceProvided | inline |
| AddCommandFilteredWrite(void(__classType::*premethod)(const __argumentType &, __filteredType &) const, void(__classType::*method)(const __filteredType &), __classType *classInstantiation, const std::string &commandName, mtsCommandQueueingPolicy queueingPolicy=MTS_INTERFACE_COMMAND_POLICY) | mtsInterfaceProvided | inline |
| AddCommandFilteredWrite(mtsCommandQualifiedRead *filter, mtsCommandWriteBase *command, mtsCommandQueueingPolicy queueingPolicy=MTS_INTERFACE_COMMAND_POLICY) | mtsInterfaceProvided | protected |
| AddCommandQualifiedRead(void(__classType::*method)(const __argument1Type &, __argument2Type &) const, __classType *classInstantiation, const std::string &commandName, const __argument1Type &argument1Prototype, const __argument2Type &argument2Prototype) | mtsInterfaceProvided | inline |
| AddCommandQualifiedRead(void(__classType::*method)(const __argument1Type &, __argument2Type &) const, __classType *classInstantiation, const std::string &commandName) | mtsInterfaceProvided | inline |
| AddCommandQualifiedRead(mtsCallableQualifiedReadBase *callable, const std::string &name, const mtsGenericObject *argument1Prototype, const mtsGenericObject *argument2Prototype) | mtsInterfaceProvided | protected |
| AddCommandQualifiedRead(mtsCommandQualifiedRead *command) | mtsInterfaceProvided | protected |
| AddCommandRead(void(__classType::*method)(__argumentType &) const, __classType *classInstantiation, const std::string &commandName, const __argumentType &argumentPrototype) | mtsInterfaceProvided | inline |
| AddCommandRead(void(__classType::*method)(__argumentType &) const, __classType *classInstantiation, const std::string &commandName) | mtsInterfaceProvided | inline |
| AddCommandRead(mtsCallableReadBase *callable, const std::string &name, const mtsGenericObject *argumentPrototype) | mtsInterfaceProvided | protected |
| AddCommandRead(mtsCommandRead *command) | mtsInterfaceProvided | protected |
| AddCommandReadState(const mtsStateTable &stateTable, const _elementType &stateData, const std::string &commandName) | mtsInterfaceProvided | |
| AddCommandReadStateDelayed(const mtsStateTable &stateTable, const _elementType &stateData, const std::string &commandName) | mtsInterfaceProvided | |
| AddCommandVoid(void(__classType::*method)(void), __classType *classInstantiation, const std::string &commandName, mtsCommandQueueingPolicy queueingPolicy=MTS_INTERFACE_COMMAND_POLICY) | mtsInterfaceProvided | inline |
| AddCommandVoid(void(*function)(void), const std::string &commandName, mtsCommandQueueingPolicy queueingPolicy=MTS_INTERFACE_COMMAND_POLICY) | mtsInterfaceProvided | inline |
| AddCommandVoid(mtsCallableVoidBase *callable, const std::string &name, mtsCommandQueueingPolicy queueingPolicy=MTS_INTERFACE_COMMAND_POLICY) | mtsInterfaceProvided | protected |
| AddCommandVoid(mtsCommandVoid *command) | mtsInterfaceProvided | protected |
| AddCommandVoidReturn(void(__classType::*method)(__resultType &), __classType *classInstantiation, const std::string &commandName, const __resultType &resultPrototype, mtsCommandQueueingPolicy queueingPolicy=MTS_INTERFACE_COMMAND_POLICY) | mtsInterfaceProvided | inline |
| AddCommandVoidReturn(void(__classType::*method)(__resultType &), __classType *classInstantiation, const std::string &commandName, mtsCommandQueueingPolicy queueingPolicy=MTS_INTERFACE_COMMAND_POLICY) | mtsInterfaceProvided | inline |
| AddCommandVoidReturn(mtsCallableVoidReturnBase *callable, const std::string &name, const mtsGenericObject *resultPrototype, mtsCommandQueueingPolicy queueingPolicy=MTS_INTERFACE_COMMAND_POLICY) | mtsInterfaceProvided | protected |
| AddCommandVoidReturn(mtsCommandVoidReturn *command) | mtsInterfaceProvided | protected |
| AddCommandWrite(void(__classType::*method)(const __argumentType &), __classType *classInstantiation, const std::string &commandName, const __argumentType &argumentPrototype, mtsCommandQueueingPolicy queueingPolicy=MTS_INTERFACE_COMMAND_POLICY) | mtsInterfaceProvided | inline |
| AddCommandWrite(void(__classType::*method)(const __argumentType &), __classType *classInstantiation, const std::string &commandName, mtsCommandQueueingPolicy queueingPolicy=MTS_INTERFACE_COMMAND_POLICY) | mtsInterfaceProvided | inline |
| AddCommandWrite(mtsCommandWriteBase *command, mtsCommandQueueingPolicy queueingPolicy=MTS_INTERFACE_COMMAND_POLICY) | mtsInterfaceProvided | protected |
| AddCommandWriteReturn(void(__classType::*method)(const __argumentType &, __resultType &), __classType *classInstantiation, const std::string &commandName, const __argumentType &argumentPrototype, const __resultType &resultPrototype, mtsCommandQueueingPolicy queueingPolicy=MTS_INTERFACE_COMMAND_POLICY) | mtsInterfaceProvided | inline |
| AddCommandWriteReturn(void(__classType::*method)(const __argumentType &, __resultType &), __classType *classInstantiation, const std::string &commandName, mtsCommandQueueingPolicy queueingPolicy=MTS_INTERFACE_COMMAND_POLICY) | mtsInterfaceProvided | inline |
| AddCommandWriteReturn(mtsCallableWriteReturnBase *callable, const std::string &name, const mtsGenericObject *argumentPrototype, const mtsGenericObject *resultPrototype, mtsCommandQueueingPolicy queueingPolicy=MTS_INTERFACE_COMMAND_POLICY) | mtsInterfaceProvided | protected |
| AddCommandWriteReturn(mtsCommandWriteReturn *command) | mtsInterfaceProvided | protected |
| AddCommandWriteState(const mtsStateTable &stateTable, const _elementType &stateData, const std::string &commandName, mtsCommandQueueingPolicy queueingPolicy=MTS_INTERFACE_COMMAND_POLICY) | mtsInterfaceProvided | |
| AddEvent(const std::string &commandName, mtsMulticastCommandVoid *generator) | mtsInterfaceProvided | protected |
| AddEvent(const std::string &commandName, mtsMulticastCommandWriteBase *generator) | mtsInterfaceProvided | protected |
| AddEventVoid(const std::string &eventName) | mtsInterfaceProvided | |
| AddEventVoid(mtsFunctionVoid &eventTrigger, const std::string &eventName) | mtsInterfaceProvided | |
| AddEventWrite(const std::string &eventName, const __argumentType &argumentPrototype) | mtsInterfaceProvided | |
| AddEventWrite(mtsFunctionWrite &eventTrigger, const std::string &eventName, const __argumentType &argumentPrototype) | mtsInterfaceProvided | |
| AddEventWriteGeneric(const std::string &eventName, const mtsGenericObject &argumentPrototype) | mtsInterfaceProvided | |
| AddEventWriteGeneric(mtsFunctionWrite &eventTrigger, const std::string &eventName, const mtsGenericObject &argumentPrototype) | mtsInterfaceProvided | |
| AddObserver(const std::string &eventName, mtsCommandVoid *handler) | mtsInterfaceProvided | |
| AddObserver(const std::string &eventName, mtsCommandWriteBase *handler) | mtsInterfaceProvided | |
| AddObserverList(const mtsEventHandlerList &argin, mtsEventHandlerList &argout) | mtsInterfaceProvided | |
| AddSystemEvents(void) | mtsInterfaceProvided | protected |
| ArgumentQueuesSize | mtsInterfaceProvided | protected |
| BaseType typedef | mtsInterfaceProvided | |
| BlockingCommandExecuted | mtsInterfaceProvided | protected |
| BlockingCommandReturnExecuted | mtsInterfaceProvided | protected |
| Cleanup(void) | mtsInterfaceProvided | |
| CloneCommands(const std::string &cmdType, const _MapType &CommandMapIn, _MapType &CommandMapOut) | mtsInterfaceProvided | protected |
| CommandInternalMapType typedef | mtsInterfaceProvided | |
| CommandQualifiedReadMapType typedef | mtsInterfaceProvided | |
| CommandReadMapType typedef | mtsInterfaceProvided | |
| CommandsInternal | mtsInterfaceProvided | protected |
| CommandsQualifiedRead | mtsInterfaceProvided | protected |
| CommandsRead | mtsInterfaceProvided | protected |
| CommandsVoid | mtsInterfaceProvided | protected |
| CommandsVoidReturn | mtsInterfaceProvided | protected |
| CommandsWrite | mtsInterfaceProvided | protected |
| CommandsWriteReturn | mtsInterfaceProvided | protected |
| CommandVoidMapType typedef | mtsInterfaceProvided | |
| CommandVoidReturnMapType typedef | mtsInterfaceProvided | |
| CommandWriteMapType typedef | mtsInterfaceProvided | |
| CommandWriteReturnMapType typedef | mtsInterfaceProvided | |
| Component | mtsInterface | protected |
| DEFAULT_MAIL_BOX_AND_ARGUMENT_QUEUES_SIZE enum value | mtsInterfaceProvided | |
| DeSerializeRaw(std::istream &inputStream) | cmnGenericObject | virtual |
| EndUserInterface | mtsInterfaceProvided | protected |
| EventVoidGenerators | mtsInterfaceProvided | protected |
| EventVoidMapType typedef | mtsInterfaceProvided | |
| EventWriteGenerators | mtsInterfaceProvided | protected |
| EventWriteMapType typedef | mtsInterfaceProvided | |
| FindEndUserInterfaceByName(const std::string &userName) | mtsInterfaceProvided | |
| FromStreamRaw(std::istream &inputStream, const char delimiter= ' ') | cmnGenericObject | virtual |
| GenerateEndUserInterfaceName(const mtsInterfaceProvided *originalInterface, const std::string &userName) | mtsInterfaceProvided | protectedstatic |
| GetArgumentQueuesSize(void) const | mtsInterfaceProvided | inline |
| GetCommandQualifiedRead(const std::string &commandName) const | mtsInterfaceProvided | |
| GetCommandRead(const std::string &commandName) const | mtsInterfaceProvided | |
| GetCommandVoid(const std::string &commandName) const | mtsInterfaceProvided | |
| GetCommandVoidReturn(const std::string &commandName) const | mtsInterfaceProvided | |
| GetCommandWrite(const std::string &commandName) const | mtsInterfaceProvided | |
| GetCommandWriteReturn(const std::string &commandName) const | mtsInterfaceProvided | |
| GetComponent(void) const | mtsInterface | |
| GetComponentName(void) const | mtsInterface | |
| GetDescription(mtsInterfaceProvidedDescription &providedInterfaceDescription) | mtsInterfaceProvided | protected |
| GetEndUserInterface(const std::string &userName) | mtsInterfaceProvided | |
| GetEventVoid(const std::string &eventName) const | mtsInterfaceProvided | |
| GetEventWrite(const std::string &eventName) const | mtsInterfaceProvided | |
| GetFullName(void) const | mtsInterface | |
| GetListOfUserNames(void) const | mtsInterfaceProvided | |
| GetLogMultiplexer(void) const | cmnGenericObject | virtual |
| GetMailBox(void) | mtsInterfaceProvided | protected |
| GetMailBoxSize(void) const | mtsInterfaceProvided | inline |
| GetName(void) const | mtsInterface | |
| GetNamesOfCommands(void) const | mtsInterfaceProvided | |
| GetNamesOfCommandsQualifiedRead(void) const | mtsInterfaceProvided | |
| GetNamesOfCommandsRead(void) const | mtsInterfaceProvided | |
| GetNamesOfCommandsVoid(void) const | mtsInterfaceProvided | |
| GetNamesOfCommandsVoidReturn(void) const | mtsInterfaceProvided | |
| GetNamesOfCommandsWrite(void) const | mtsInterfaceProvided | |
| GetNamesOfCommandsWriteReturn(void) const | mtsInterfaceProvided | |
| GetNamesOfEventsVoid(void) const | mtsInterfaceProvided | |
| GetNamesOfEventsWrite(void) const | mtsInterfaceProvided | |
| GetNumberOfEndUsers() const | mtsInterfaceProvided | |
| GetOriginalInterface(void) const | mtsInterfaceProvided | |
| InterfaceProvidedCreatedListType typedef | mtsInterfaceProvided | protected |
| InterfaceProvidedCreatedPairType typedef | mtsInterfaceProvided | protected |
| InterfacesProvidedCreated | mtsInterfaceProvided | protected |
| IsProxy | mtsInterfaceProvided | protected |
| IsSystemEventVoid(const std::string &name) | mtsInterfaceProvided | static |
| MailBox | mtsInterfaceProvided | protected |
| MailBoxSize | mtsInterfaceProvided | protected |
| mtsComponent class | mtsInterfaceProvided | friend |
| mtsComponentAddLatency class | mtsInterfaceProvided | friend |
| mtsComponentProxy class | mtsInterfaceProvided | friend |
| mtsInterface(const std::string &interfaceName, mtsComponent *component) | mtsInterface | |
| mtsInterfaceProvided(const std::string &name, mtsComponent *component, mtsInterfaceQueueingPolicy queueingPolicy, mtsCallableVoidBase *postCommandQueuedCallable=0, bool isProxy=false) | mtsInterfaceProvided | |
| mtsInterfaceProvided(mtsInterfaceProvided *interfaceProvided, const std::string &userName, size_t mailBoxSize, size_t argumentQueuesSize) | mtsInterfaceProvided | protected |
| mtsManagerComponentClient class | mtsInterfaceProvided | friend |
| mtsManagerLocal class | mtsInterfaceProvided | friend |
| mtsSocketProxyClient class | mtsInterfaceProvided | friend |
| mtsSocketProxyServer class | mtsInterfaceProvided | friend |
| Name | mtsInterface | protected |
| OriginalInterface | mtsInterfaceProvided | protected |
| PostCommandQueuedCallable | mtsInterfaceProvided | protected |
| ProcessMailBoxes(void) | mtsInterfaceProvided | |
| QueueingPolicy | mtsInterfaceProvided | protected |
| ReconstructFrom(const cmnGenericObject &other) | cmnGenericObject | |
| RemoveEndUserInterface(mtsInterfaceProvided *interfaceProvided, const std::string &userName) | mtsInterfaceProvided | protected |
| RemoveObserver(const std::string &eventName, mtsCommandVoid *handler) | mtsInterfaceProvided | |
| RemoveObserver(const std::string &eventName, mtsCommandWriteBase *handler) | mtsInterfaceProvided | |
| RemoveObserverList(const mtsEventHandlerList &argin, mtsEventHandlerList &argout) | mtsInterfaceProvided | |
| Scalar(const size_t CMN_UNUSED(index)) const | cmnGenericObject | inlinevirtual |
| ScalarDescription(const size_t CMN_UNUSED(index), const std::string &CMN_UNUSED(userDescription)) const | cmnGenericObject | inlinevirtual |
| ScalarNumber(void) const | cmnGenericObject | inlinevirtual |
| ScalarNumberIsFixed(void) const | cmnGenericObject | inlinevirtual |
| SerializeRaw(std::ostream &outputStream) const | cmnGenericObject | virtual |
| Services(void) const =0 | cmnGenericObject | pure virtual |
| SetArgumentQueuesSize(size_t desiredSize) | mtsInterfaceProvided | |
| SetMailBoxAndArgumentQueuesSize(size_t desiredSize) | mtsInterfaceProvided | |
| SetMailBoxSize(size_t desiredSize) | mtsInterfaceProvided | |
| ThisType typedef | mtsInterfaceProvided | |
| ToStream(std::ostream &outputStream) const | mtsInterfaceProvided | virtual |
| ToStreamRaw(std::ostream &outputStream, const char delimiter= ' ', bool headerOnly=false, const std::string &headerPrefix="") const | cmnGenericObject | virtual |
| ToString(void) const | cmnGenericObject | |
| UseQueueBasedOnInterfacePolicy(mtsCommandQueueingPolicy queueingPolicy, const std::string &methodName, const std::string &commandName) | mtsInterfaceProvided | protected |
| UserCounter | mtsInterfaceProvided | protected |
| UserName | mtsInterfaceProvided | protected |
| ~cmnGenericObject(void) | cmnGenericObject | inlinevirtual |
| ~mtsInterface() | mtsInterface | virtual |
| ~mtsInterfaceProvided() | mtsInterfaceProvided | virtual |
1.8.6