WorkingMemoryController Member List

This is the complete list of members for WorkingMemoryController, including all inherited members.

addAllInstancesToLocalScene() constWorkingMemoryController
addObjectInstance(const std::string &objectName, const memoryx::ObjectClassPtr &objectClassPtr)WorkingMemoryController
addObjectInstances(const std::vector< memoryx::ObjectInstancePtr > &instancePtrs)WorkingMemoryController
addPlugin(const std::string prefix="", ParamsT &&...params)ManagedIceObjectinlineprotected
addPlugin(PluginT *&targ, const std::string prefix="", ParamsT &&...params)ManagedIceObjectinlineprotected
addPlugin(std::experimental::observer_ptr< PluginT > &targ, const std::string prefix="", ParamsT &&...params)ManagedIceObjectinlineprotected
checkLogLevel(MessageTypeT level) constLoggingprotected
deactivateSpam(float deactivationDurationSec=10.0f, const std::string &identifier="", bool deactivate=true) constLogging
enableProfiler(bool enable)ManagedIceObject
generateSubObjectName(const std::string &superObjectName, const std::string &subObjectName)ManagedIceObjectstatic
generateSubObjectName(const std::string &subObjectName)ManagedIceObject
getAllObjectInstances() constWorkingMemoryController
getArmarXManager() constManagedIceObject
getCommunicator() constManagedIceObjectprotected
getConnectivity() constManagedIceObject
getDefaultName() const overrideWorkingMemoryControllerprotectedvirtual
getEffectiveLoggingLevel() constLogging
getIceManager() constManagedIceObject
getLogSender() constLoggingprotected
getMetaInfo(const std::string &id)ManagedIceObject
getMetaInfoMap() constManagedIceObject
getName() constManagedIceObject
getObjectAdapter() constManagedIceObject
getObjectScheduler() constManagedIceObject
GetObjectStateAsString(int state)ManagedIceObjectstatic
getPeriodicTask(const std::string &name)ManagedIceObject
getPluginPointer(std::type_info const &type, std::string const &prefix)ManagedIceObjectprotected
getProfiler() constManagedIceObject
getProxy(long timeoutMs=0, bool waitForScheduler=true) constManagedIceObject
getProxy(long timeoutMs=0, bool waitForScheduler=true) constManagedIceObjectinline
getProxy(Prx &prx, long timeoutMs=0, bool waitForScheduler=true) constManagedIceObjectinline
getProxy(const std::string &name, bool addToDependencies=false, const std::string &endpoints="", bool throwOnProxyError=true)ManagedIceObjectinline
getProxy(IceInternal::ProxyHandle< ProxyTarg > &proxy, const std::string &name, Args &&...args)ManagedIceObjectinline
getProxy(const std::string &name, IceInternal::ProxyHandle< ProxyTarg > &proxy, Args &&...args)ManagedIceObjectinline
getProxy(IceInternal::ProxyHandle< ProxyTarg > &proxy, const char *name, Args &&...args)ManagedIceObjectinline
getProxy(const char *name, IceInternal::ProxyHandle< ProxyTarg > &proxy, Args &&...args)ManagedIceObjectinline
getProxy(ProxyType &proxy, const char *name, bool addToDependencies=false, const std::string &endpoints="", bool throwOnProxyError=true)ManagedIceObjectinline
getSbRotationFromInstance(const memoryx::ObjectInstancePtr &objectInstance)WorkingMemoryControllerstatic
getSbVec3fFromInstance(const memoryx::ObjectInstancePtr &objectInstance)WorkingMemoryControllerstatic
getState() constManagedIceObject
getTopic(const std::string &name)ManagedIceObjectinline
getTopic(TopicProxyType &topicProxy, const std::string &name)ManagedIceObjectinline
getUnresolvedDependencies() constManagedIceObject
Logging()Logging
loghelper(const char *file, int line, const char *function) constLoggingprotected
ManagedIceObject(ManagedIceObject const &other)ManagedIceObject
ManagedIceObject()ManagedIceObjectprotected
minimumLoggingLevelLoggingprotected
NullPtrManagedIceObjectstatic
offeringTopic(const std::string &name)ManagedIceObject
onConnectComponent() overrideWorkingMemoryControllerprotectedvirtual
onDisconnectComponent()ManagedIceObjectinlineprotectedvirtual
onExitComponent()ManagedIceObjectinlineprotectedvirtual
onInitComponent() overrideWorkingMemoryControllerprotectedvirtual
PeriodicTaskPtr typedefManagedIceObject
postOnConnectComponent()ManagedIceObjectinlineprotectedvirtual
postOnDisconnectComponent()ManagedIceObjectinlineprotectedvirtual
postOnExitComponent()ManagedIceObjectinlineprotectedvirtual
postOnInitComponent()ManagedIceObjectinlineprotectedvirtual
preambleGetTopic(std::string const &name)ManagedIceObject
preOnConnectComponent()ManagedIceObjectinlineprotectedvirtual
preOnDisconnectComponent()ManagedIceObjectinlineprotectedvirtual
preOnExitComponent()ManagedIceObjectinlineprotectedvirtual
preOnInitComponent()ManagedIceObjectinlineprotectedvirtual
removeObjectInstance(const std::string &id)WorkingMemoryController
removeProxyDependency(const std::string &name)ManagedIceObjectprotected
reportEntityCreated(const std::string &segmentName, const ::memoryx::EntityBasePtr &entity, const ::Ice::Current &=Ice::emptyCurrent) overrideWorkingMemoryControllerprotected
reportEntityRemoved(const std::string &segmentName, const ::memoryx::EntityBasePtr &entity, const ::Ice::Current &=Ice::emptyCurrent) overrideWorkingMemoryControllerprotected
reportEntityUpdated(const std::string &segmentName, const ::memoryx::EntityBasePtr &entityOld, const ::memoryx::EntityBasePtr &entityNew, const ::Ice::Current &=Ice::emptyCurrent) overrideWorkingMemoryControllerprotected
reportMemoryCleared(const std::string &segmentName, const ::Ice::Current &=Ice::emptyCurrent) overrideWorkingMemoryControllerprotected
reportSnapshotCompletelyLoaded(const Ice::Current &c=Ice::emptyCurrent) overrideWorkingMemoryControllerinlineprotected
reportSnapshotLoaded(const std::string &segmentName, const ::Ice::Current &=Ice::emptyCurrent) overrideWorkingMemoryControllerprotected
rotateTranslateObject(const std::string &id, const SbRotation &newOrientation, const SbVec3f &newPosition)WorkingMemoryController
saveObjectsInSnapshot(const std::string &snapshotName, const memoryx::LongtermMemoryInterfacePrx &longtermMemoryPrx, const std::vector< std::string > &objectIds) constWorkingMemoryController
saveSceneInSnapshot(const std::string &snapshotName, const memoryx::LongtermMemoryInterfacePrx &longtermMemoryPrx) constWorkingMemoryController
setLocalMinimumLoggingLevel(MessageTypeT level)Logging
setMetaInfo(const std::string &id, const VariantBasePtr &value)ManagedIceObject
setName(std::string name)ManagedIceObjectprotected
setTag(const LogTag &tag)Logging
setTag(const std::string &tagName)Logging
spamFilterLoggingmutableprotected
startPeriodicTask(const std::string &uniqueName, std::function< void(void)> f, int periodMs, bool assureMeanInterval=false, bool forceSystemTime=true)ManagedIceObject
stopPeriodicTask(const std::string &name)ManagedIceObject
tagLoggingprotected
terminate()ManagedIceObjectprotected
unsubscribeFromTopic(const std::string &name)ManagedIceObject
usingProxy(const std::string &name, const std::string &endpoints="")ManagedIceObject
usingTopic(const std::string &name, bool orderedPublishing=false)ManagedIceObject
waitForObjectScheduler()ManagedIceObject
waitForProxy(std::string const &name, bool addToDependencies)ManagedIceObject
WorkingMemoryController(const memoryx::WorkingMemoryInterfacePrx &workingMemoryPrx, const std::string &workingMemoryUpdatesTopic, const std::string &objectInstancesSegmentName, const std::shared_ptr< MemoryXController > &memoryXController)WorkingMemoryController
~Logging()Loggingvirtual
~ManagedIceObject() overrideManagedIceObjectprotected
~WorkingMemoryController() overrideWorkingMemoryController