This is the complete list of members for PortBase::PortBaseMock, including all inherited members.
_notifyConnectTimes | PortBase::PortBaseMock | private |
_notifyDisconnectTimes | PortBase::PortBaseMock | private |
_publishIfsTimes | PortBase::PortBaseMock | private |
_publishInterfaces(void) | RTC::PortBase | protectedvirtual |
_subscribeIfsTimes | PortBase::PortBaseMock | private |
_unsubscribeIfsTimes | PortBase::PortBaseMock | private |
activateInterfaces() | PortBase::PortBaseMock | inlineprotectedvirtual |
addProperty(const char *key, ValueType value) | RTC::PortBase | inlineprotected |
appendInterface(const char *name, const char *type_name, PortInterfacePolarity pol) | RTC::PortBase | protected |
appendProperty(const char *key, const char *value) | RTC::PortBase | inlineprotected |
checkPorts(::RTC::PortServiceList &ports) | RTC::PortBase | protected |
connect(ConnectorProfile &connector_profile) | RTC::PortBase | virtual |
connectNext(ConnectorProfile &connector_profile) | RTC::PortBase | protectedvirtual |
deactivateInterfaces() | PortBase::PortBaseMock | inlineprotectedvirtual |
deleteInterface(const char *name, PortInterfacePolarity pol) | RTC::PortBase | protected |
disconnect(const char *connector_id) | RTC::PortBase | virtual |
disconnect_all() | RTC::PortBase | virtual |
disconnectNext(ConnectorProfile &connector_profile) | RTC::PortBase | protectedvirtual |
erase_m_profile(void) | PortBase::PortBaseMock | inline |
eraseConnectorProfile(const char *id) | RTC::PortBase | protected |
findConnProfile(const char *id) | RTC::PortBase | protected |
findConnProfileIndex(const char *id) | RTC::PortBase | protected |
get_connector_profile(const char *connector_id) | RTC::PortBase | virtual |
get_connector_profiles() | RTC::PortBase | virtual |
get_port_profile() | RTC::PortBase | virtual |
getName() const | RTC::PortBase | |
getNotifyConnectTimes() const | PortBase::PortBaseMock | inline |
getNotifyDisconnectTimes() const | PortBase::PortBaseMock | inline |
getNow() const | PortBase::PortBaseMock | inlineprivate |
getPortProfile() const | RTC::PortBase | |
getPortRef() | RTC::PortBase | |
getProfile() const | RTC::PortBase | |
getPublishIfsTimes() const | PortBase::PortBaseMock | inline |
getSubscribeIfsTimes() const | PortBase::PortBaseMock | inline |
getUnsubscribeIfsTimes() const | PortBase::PortBaseMock | inline |
getUUID() const | PortBase::PortBaseMock | inline |
Guard typedef | RTC::PortBase | protected |
isEmptyId(const ConnectorProfile &connector_profile) const | RTC::PortBase | protected |
isExistingConnId(const char *id) | RTC::PortBase | protected |
m_connectionLimit | RTC::PortBase | protected |
m_connectorsMutex | RTC::PortBase | mutableprotected |
m_objref | RTC::PortBase | protected |
m_onConnected | RTC::PortBase | protected |
m_onConnectionLost | RTC::PortBase | protected |
m_onDisconnected | RTC::PortBase | protected |
m_onPublishInterfaces | RTC::PortBase | protected |
m_onSubscribeInterfaces | RTC::PortBase | protected |
m_onUnsubscribeInterfaces | RTC::PortBase | protected |
m_ownerInstanceName | RTC::PortBase | protected |
m_portconnListeners | RTC::PortBase | protected |
m_profile | RTC::PortBase | protected |
m_profile_mutex | RTC::PortBase | mutableprotected |
notify_connect(RTC::ConnectorProfile &connector_profile) | PortBase::PortBaseMock | inlinevirtual |
RTC::PortBase::notify_connect(ConnectorProfile &connector_profile) | RTC::PortBase | virtual |
notify_disconnect(const char *connector_id) | PortBase::PortBaseMock | inlinevirtual |
onConnected(const char *portname, RTC::ConnectorProfile &profile, ReturnCode_t ret) | RTC::PortBase | inlineprotected |
onConnectNextport(const char *portname, RTC::ConnectorProfile &profile, ReturnCode_t ret) | RTC::PortBase | inlineprotected |
onDisconnected(const char *portname, RTC::ConnectorProfile &profile, ReturnCode_t ret) | RTC::PortBase | inlineprotected |
onDisconnectNextport(const char *portname, RTC::ConnectorProfile &profile, ReturnCode_t ret) | RTC::PortBase | inlineprotected |
onNotifyConnect(const char *portname, RTC::ConnectorProfile &profile) | RTC::PortBase | inlineprotected |
onNotifyDisconnect(const char *portname, RTC::ConnectorProfile &profile) | RTC::PortBase | inlineprotected |
onPublishInterfaces(const char *portname, RTC::ConnectorProfile &profile, ReturnCode_t ret) | RTC::PortBase | inlineprotected |
onSubscribeInterfaces(const char *portname, RTC::ConnectorProfile &profile, ReturnCode_t ret) | RTC::PortBase | inlineprotected |
onUnsubscribeInterfaces(const char *portname, RTC::ConnectorProfile &profile) | RTC::PortBase | inlineprotected |
PortBase(const char *name="") | RTC::PortBase | |
PortBaseMock(const RTC::PortProfile &profile) | PortBase::PortBaseMock | inline |
publishInterfaces(RTC::ConnectorProfile &connector_profile) | PortBase::PortBaseMock | inlineprotectedvirtual |
RTC::PortBase::publishInterfaces(ConnectorProfile &connector_profile)=0 | RTC::PortBase | protectedpure virtual |
rtclog | RTC::PortBase | mutableprotected |
setConnectionLimit(int limit_value) | RTC::PortBase | protectedvirtual |
setName(const char *name) | RTC::PortBase | |
setOnConnected(ConnectionCallback *on_connected) | RTC::PortBase | |
setOnConnectionLost(ConnectionCallback *on_connection_lost) | RTC::PortBase | |
setOnDisconnected(ConnectionCallback *on_disconnected) | RTC::PortBase | |
setOnPublishInterfaces(ConnectionCallback *on_publish) | RTC::PortBase | |
setOnSubscribeInterfaces(ConnectionCallback *on_subscribe) | RTC::PortBase | |
setOnUnsubscribeInterfaces(ConnectionCallback *on_subscribe) | RTC::PortBase | |
setOwner(RTObject_ptr owner) | RTC::PortBase | |
setPortConnectListenerHolder(PortConnectListeners *portconnListeners) | RTC::PortBase | |
setPortRef(PortService_ptr port_ref) | RTC::PortBase | |
setUUID(ConnectorProfile &connector_profile) const | RTC::PortBase | protected |
subscribeInterfaces(const RTC::ConnectorProfile &connector_profile) | PortBase::PortBaseMock | inlineprotectedvirtual |
RTC::PortBase::subscribeInterfaces(const ConnectorProfile &connector_profile)=0 | RTC::PortBase | protectedpure virtual |
unsubscribeInterfaces(const RTC::ConnectorProfile &connector_profile) | PortBase::PortBaseMock | inlineprotectedvirtual |
RTC::PortBase::unsubscribeInterfaces(const ConnectorProfile &connector_profile)=0 | RTC::PortBase | protectedpure virtual |
updateConnectorProfile(const ConnectorProfile &connector_profile) | RTC::PortBase | protected |
updateConnectors() | RTC::PortBase | protected |
~PortBase(void) | RTC::PortBase | virtual |