|
| std::vector< skills::provider::dto::AbortSkillResult > | abortAllSkills (const Ice::Current ¤t) override |
| |
| std::vector< skills::provider::dto::AbortSkillResult > | abortAllSkillsAsync (const Ice::Current ¤t) override |
| |
| void | abortFluxioSkill (const std::string &executionId, const Ice::Current ¤t) override |
| |
| skills::provider::dto::AbortSkillResult | abortSkill (const skills::manager::dto::SkillExecutionID &id, const Ice::Current ¤t) override |
| |
| skills::provider::dto::AbortSkillResult | abortSkillAsync (const skills::manager::dto::SkillExecutionID &id, const Ice::Current ¤t) override |
| |
| virtual void | addProfile (const skills::manager::arondto::FluxioProfile &profile) |
| |
| void | addProvider (const skills::manager::dto::ProviderInfo &providerInfo, const Ice::Current ¤t) override |
| |
| IceUtil::Optional< skills::manager::dto::FluxioSkill > | addSkillToProvider (const std::string &userId, const std::string &providerId, const skills::manager::dto::FluxioSkill &skill, const Ice::Current ¤t) override |
| |
| skills::manager::dto::FluxioProfile | createProfile (const skills::manager::dto::FluxioProfile &profile, const Ice::Current ¤t) override |
| |
| IceUtil::Optional< skills::manager::dto::FluxioIdentificatorList > | deleteSkill (const std::string &skillId, const std::string &userId, bool dryRun, const Ice::Current ¤t) override |
| |
| void | deleteSkillMutex (const std::string &skillId, const std::string &userId, const Ice::Current ¤t) override |
| |
| IceUtil::Optional< skills::manager::dto::FluxioIdentificatorList > | deleteSkillParameter (const std::string &skillId, const std::string ¶meterId, const std::string &userId, bool dryRun, const Ice::Current ¤t) override |
| |
| IceUtil::Optional< std::string > | executeFluxioSkill (const std::string &skillId, const std::string &profileId, const Ice::Current ¤t) override |
| |
| skills::manager::dto::SkillStatusUpdate | executeSkill (const skills::manager::dto::SkillExecutionRequest &info, const Ice::Current ¤t) override |
| |
| skills::manager::dto::SkillExecutionID | executeSkillAsync (const skills::manager::dto::SkillExecutionRequest &skillExecutionRequest, const Ice::Current ¤t) override |
| |
| IceUtil::Optional< skills::manager::dto::FluxioSkillStatusUpdateList > | getFluxioSkillExecutionStatus (const std::string &executionId, const Ice::Current ¤t) override |
| |
| IceUtil::Optional< skills::manager::dto::FluxioProfile > | getProfile (const std::string &id, const Ice::Current ¤t) override |
| |
| skills::manager::dto::FluxioProfileList | getProfileList (const Ice::Current ¤t) override |
| |
| IceUtil::Optional< skills::manager::dto::FluxioProvider > | getProvider (const std::string &id, const Ice::Current ¤t) override |
| |
| skills::manager::dto::FluxioProviderList | getProviderList (const Ice::Current ¤t) override |
| |
| IceUtil::Optional< skills::manager::dto::FluxioSkill > | getSkill (const std::string &id, const Ice::Current ¤t) override |
| |
| IceUtil::Optional< skills::manager::dto::SkillDescription > | getSkillDescription (const skills::manager::dto::SkillID &id, const Ice::Current ¤t) override |
| |
| skills::manager::dto::SkillDescriptionMap | getSkillDescriptions (const Ice::Current ¤t) override |
| |
| IceUtil::Optional< skills::manager::dto::SkillStatusUpdate > | getSkillExecutionStatus (const skills::manager::dto::SkillExecutionID &executionId, const Ice::Current ¤t) override |
| |
| skills::manager::dto::SkillStatusUpdateMap | getSkillExecutionStatuses (const Ice::Current ¤t) override |
| |
| skills::manager::dto::FluxioSkillList | getSkillList (const Ice::Current ¤t) override |
| |
| bool | getSkillMutex (const std::string &skillId, const std::string &userId, const Ice::Current ¤t) override |
| |
| IceUtil::Optional< skills::manager::dto::FluxioSkillList > | getSkillsOfProvider (const std::string &id, const Ice::Current ¤t) override |
| |
| aron::type::dto::AronObjectPtr | getTypes (const Ice::Current ¤t) override |
| |
| virtual std::optional< std::vector< skills::manager::arondto::FluxioSkill > > | loadCompositeSkills () |
| |
| virtual std::optional< std::vector< skills::manager::arondto::FluxioSkill > > | loadCompositeSkillsOfProvider (const std::string &providerId) |
| |
| virtual std::optional< std::vector< skills::manager::arondto::FluxioProfile > > | loadProfiles () |
| |
| void | removeProvider (const skills::manager::dto::ProviderID &provider, const Ice::Current ¤t) override |
| |
| virtual void | saveSkill (const skills::manager::arondto::FluxioSkill &skill) |
| |
| | SkillManagerComponentPluginUser () |
| |
| void | updateProfile (const skills::manager::dto::FluxioProfile &profile, const Ice::Current ¤t) override |
| |
| bool | updateSkill (const std::string &userId, const skills::manager::dto::FluxioSkill &skill, const Ice::Current ¤t) override |
| |
| IceUtil::Optional< skills::manager::dto::FluxioIdentificatorList > | updateSkillParameter (const std::string &skillId, const skills::manager::dto::FluxioParameter ¶meter, const std::string &userId, bool dryRun, const Ice::Current ¤t) override |
| |
| skills::provider::dto::ParameterUpdateResult | updateSkillParameters (const skills::manager::dto::SkillExecutionID &executionId, const aron::data::dto::DictPtr ¶ms, const Ice::Current ¤t) override |
| |
| bool | updateSkillParameterValues (const std::string &userId, const std::string &skillId, const std::string ¶meterId, const skills::manager::dto::FluxioValueList &values, const Ice::Current ¤t) override |
| |
| bool | updateSkillValues (const std::string &userId, const std::string &skillId, const skills::manager::dto::FluxioParameterList ¶meters, const Ice::Current ¤t) override |
| |
| void | updateStatusForSkill (const skills::provider::dto::SkillStatusUpdate &update, const skills::callback::dto::ProviderID &id, const Ice::Current ¤t) override |
| |
| void | enableProfiler (bool enable) |
| | setProfiler allows setting ManagedIceObject::profiler to a new instance (if the new instance is actually not a null pointer) More...
|
| |
| std::string | generateSubObjectName (const std::string &subObjectName) |
| | Generates a unique name for a sub object from a general name. More...
|
| |
| ArmarXManagerPtr | getArmarXManager () const |
| | Returns the ArmarX manager used to add and remove components. More...
|
| |
| ManagedIceObjectConnectivity | getConnectivity () const |
| | Retrieve connectivity of the object (topcis as well as proxies) More...
|
| |
| virtual std::string | getDefaultName () const =0 |
| | Retrieve default name of component. More...
|
| |
| IceManagerPtr | getIceManager () const |
| | Returns the IceManager. More...
|
| |
| VariantBasePtr | getMetaInfo (const std::string &id) |
| |
| StringVariantBaseMap | getMetaInfoMap () const |
| |
| std::string | getName () const |
| | Retrieve name of object. More...
|
| |
| Ice::ObjectAdapterPtr | getObjectAdapter () const |
| | Returns object's Ice adapter. More...
|
| |
| ArmarXObjectSchedulerPtr | getObjectScheduler () const |
| |
| PeriodicTaskPtr | getPeriodicTask (const std::string &name) |
| |
| Profiler::ProfilerPtr | getProfiler () const |
| | getProfiler returns an instance of armarx::Profiler More...
|
| |
| template<class ProxyTarg , class... Args> |
| void | getProxy (const char *name, IceInternal::ProxyHandle< ProxyTarg > &proxy, Args &&... args) |
| |
| template<class ProxyType > |
| ProxyType | getProxy (const std::string &name, bool addToDependencies=false, const std::string &endpoints="", bool throwOnProxyError=true) |
| | Retrieves a proxy object. More...
|
| |
| template<class ProxyTarg , class... Args> |
| void | getProxy (const std::string &name, IceInternal::ProxyHandle< ProxyTarg > &proxy, Args &&... args) |
| |
| template<class ProxyTarg , class... Args> |
| void | getProxy (IceInternal::ProxyHandle< ProxyTarg > &proxy, const char *name, Args &&... args) |
| |
| template<class ProxyTarg , class... Args> |
| void | getProxy (IceInternal::ProxyHandle< ProxyTarg > &proxy, const std::string &name, Args &&... args) |
| | Assigns a proxy to proxy. More...
|
| |
| Ice::ObjectPrx | getProxy (long timeoutMs=0, bool waitForScheduler=true) const |
| | Returns the proxy of this object (optionally it waits for the proxy) More...
|
| |
| template<class Prx > |
| Prx | getProxy (long timeoutMs=0, bool waitForScheduler=true) const |
| |
| template<class ProxyType > |
| void | getProxy (ProxyType &proxy, const char *name, bool addToDependencies=false, const std::string &endpoints="", bool throwOnProxyError=true) |
| | Overload to allow using string literals as name (solve ambiguous overload). More...
|
| |
| template<class Prx > |
| void | getProxy (Prx &prx, long timeoutMs=0, bool waitForScheduler=true) const |
| |
| int | getState () const |
| | Retrieve current state of the ManagedIceObject. More...
|
| |
| template<class TopicProxyType > |
| TopicProxyType | getTopic (const std::string &name) |
| | Returns a proxy of the specified topic. More...
|
| |
| template<class TopicProxyType > |
| void | getTopic (TopicProxyType &topicProxy, const std::string &name) |
| | Assigns a proxy of the specified topic to topicProxy. More...
|
| |
| std::vector< std::string > | getUnresolvedDependencies () const |
| | returns the names of all unresolved dependencies More...
|
| |
| | ManagedIceObject (ManagedIceObject const &other) |
| |
| void | offeringTopic (const std::string &name) |
| | Registers a topic for retrival after initialization. More...
|
| |
| void | preambleGetTopic (std::string const &name) |
| |
| void | setMetaInfo (const std::string &id, const VariantBasePtr &value) |
| | Allows to set meta information that can be queried live via Ice interface on the ArmarXManager. More...
|
| |
| void | startPeriodicTask (const std::string &uniqueName, std::function< void(void)> f, int periodMs, bool assureMeanInterval=false, bool forceSystemTime=true) |
| |
| bool | stopPeriodicTask (const std::string &name) |
| |
| bool | unsubscribeFromTopic (const std::string &name) |
| | Unsubscribe from a topic. More...
|
| |
| bool | usingProxy (const std::string &name, const std::string &endpoints="") |
| | Registers a proxy for retrieval after initialization and adds it to the dependency list. More...
|
| |
| void | usingTopic (const std::string &name, bool orderedPublishing=false) |
| | Registers a proxy for subscription after initialization. More...
|
| |
| void | waitForObjectScheduler () |
| | Waits until the ObjectScheduler could resolve all dependencies. More...
|
| |
| void | waitForProxy (std::string const &name, bool addToDependencies) |
| |
| SpamFilterDataPtr | deactivateSpam (float deactivationDurationSec=10.0f, const std::string &identifier="", bool deactivate=true) const |
| | disables the logging for the current line for the given amount of seconds. More...
|
| |
| MessageTypeT | getEffectiveLoggingLevel () const |
| |
| | Logging () |
| |
| void | setLocalMinimumLoggingLevel (MessageTypeT level) |
| | With setLocalMinimumLoggingLevel the minimum verbosity-level of log-messages can be set. More...
|
| |
| void | setTag (const LogTag &tag) |
| |
| void | setTag (const std::string &tagName) |
| |
| virtual | ~Logging () |
| |