DynamicRemoteState Member List

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

__applyMappings(const StateControllerPtr &srcState, const TransitionIceBase &t, const EventPtr &event, TransitionError &error)StateController
__breakActiveSubstate(const EventPtr event) overrideRemoteStateprotectedvirtual
__checkExistenceOfTransition(const TransitionIceBase &transition)StateController
__checkPhase(StatePhase allowedType, const char *functionName) constStateBase
__checkPhase(const std::vector< StatePhase > &allowedTypes, const char *functionName) constStateBase
__checkPhaseMin(StatePhase allowedType, const char *functionName) constStateBase
__copyDefaultValuesToInput()StateBase
__enqueueEvent(const EventPtr event)StateControllervirtual
__finalize(const EventPtr event)StateControllervirtual
__findValidTransition(const EventPtr &event, const StateIceBasePtr &sourceState, TransitionIceBase &resultTransition, TransitionError &error) constStateController
__getParentState() constStateController
__getSetInputAndLocalParameters() constStateBase
__getUnbreakableBufferSize() constStateControllervirtual
__getUnbreakableBufferStati() constStateControllervirtual
__hasActiveSubstate() overrideRemoteStateprotectedvirtual
__hasSubstates() overrideRemoteStateprotectedvirtual
__notifyEventBufferedDueToUnbreakableState(bool eventBuffered) overrideRemoteStateprotectedvirtual
__printTransitionError(const TransitionError &transitionError, const EventPtr &event) constStateController
__processBufferedEvents()StateControllervirtual
__processEvent(const EventPtr event, bool buffered=false)StateControllervirtual
__setParentState(StateBase *parentState)StateBase
__substatesFinished(const EventPtr ev)StateControllervirtual
__throwUnknownParameter(const StateParameterMap &paramMap, const std::string &key) constStateBase
__updateGlobalStateId()StateBase
__updateGlobalStateIdRecursive() overrideRemoteStateprotectedvirtual
__validateTransition(const TransitionIceBase &transition, const EventPtr event, const StateIceBasePtr &sourceState, const StateIceBasePtr &destinationState) constStateController
__waitForRemoteStates() constStateController
_baseOnBreak(const EventPtr evt) overrideDynamicRemoteStatevirtual
_baseOnEnter() overrideDynamicRemoteStatevirtual
_baseOnExit() overrideDynamicRemoteStatevirtual
_baseRun()StateControllervirtual
_startRun()StateControllervirtual
addDynamicRemoteState(std::string instanceName)Statevirtual
addParameter(StateParameterMap &paramMap, const std::string &key, VariantTypeId type, bool optional, VariantPtr defaultValue=VariantPtr()) constStateBase
addParameterContainer(StateParameterMap &paramMap, const std::string &key, const ContainerType &containerType, bool optional, VariantContainerBasePtr defaultValue=VariantContainerBasePtr()) constStateBase
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
addProfilerRecursive(Profiler::ProfilerPtr profiler, int recursiveLevels=0)StateController
addRemoteState(std::string stateName, std::string proxyName, std::string instanceName="")Statevirtual
addState(StateBasePtr pNewState)State
addState(std::string const &stateName="")State
addState(std::string const &stateName)State
addState(std::string const &stateName)State
addToInput(const std::string &key, const ContainerType &type, bool optional, VariantContainerBasePtr defaultValue=VariantContainerBasePtr())State
addToInput(const std::string &key, VariantTypeId type, bool optional, VariantPtr defaultValue=VariantPtr())State
addToLocal(const std::string &key, VariantTypeId type, VariantPtr defaultValue=VariantPtr())State
addToLocal(const std::string &key, const ContainerType &type, VariantContainerBasePtr defaultValue=VariantContainerBasePtr())State
addToOutput(const std::string &key, VariantTypeId type, bool optional)State
addToOutput(const std::string &key, const ContainerType &type, bool optional)State
addTransition(EventPtr event, StateIceBasePtr sourceState, StateIceBasePtr destinationState, ParameterMappingIceBasePtr mappingToNextStatesInput=nullptr, ParameterMappingIceBasePtr mappingToParentStatesLocal=nullptr, ParameterMappingIceBasePtr mappingToParentStatesOutput=nullptr)State
addTransition(StateIceBasePtr sourceState, StateIceBasePtr destinationState, ParameterMappingIceBasePtr mappingToNextStatesInput=nullptr, ParameterMappingIceBasePtr mappingToParentStatesLocal=nullptr, ParameterMappingIceBasePtr mappingToParentStatesOutput=nullptr)State
addTransitionFromAllStates(StateIceBasePtr destinationState, ParameterMappingIceBasePtr mappingToNextStatesInput=nullptr, ParameterMappingIceBasePtr mappingToParentStatesLocal=nullptr, ParameterMappingIceBasePtr mappingToParentStatesOutput=nullptr)State
addTransitionFunction(const TransitionIceBase &t, transitionFunction function)StateController
cancelSubstates()State
checkLogLevel(MessageTypeT level) constLoggingprotected
cimplStateController
clearSelfPointer()StateBase
clone() const overrideDynamicRemoteStatevirtual
createEmptyCopy() const overrideDynamicRemoteStatevirtual
createEvent()StateUtilityinline
createEvent(const std::string &eventName, const StringVariantContainerBaseMap &properties=StringVariantContainerBaseMap())StateUtility
deactivateSpam(float deactivationDurationSec=10.0f, const std::string &identifier="", bool deactivate=true) constLogging
deepCopy(const StateBase &sourceState, bool reset=true)StateBasevirtual
defineParameters() overrideDynamicRemoteStatevirtual
defineState()StateBaseinlinevirtual
defineSubstates()StateBaseinlinevirtual
disableRunFunction()StateController
disableStateReporting(bool disable=true)StateController
DynamicRemoteState()DynamicRemoteState
DynamicRemoteState(const DynamicRemoteState &source)DynamicRemoteState
eBreaking enum valueStateBase
eDefined enum valueStateBase
eEntered enum valueStateBase
eEntering enum valueStateBase
eExited enum valueStateBase
eExiting enum valueStateBase
enableProfiler(bool enable)ManagedIceObject
enter(const StringVariantContainerBaseMap &tempInputParameters=StringVariantContainerBaseMap())StateController
eParametersDefinitions enum valueStateBase
ePreDefined enum valueStateBase
eStatechartDefinitions enum valueStateBase
eSubstatesDefinitions enum valueStateBase
findSubstateByName(const std::string &substateName)StateBase
findTransition(const std::string &eventName, const std::string sourceStateName, TransitionIceBase &transition)StateController
generateSubObjectName(const std::string &superObjectName, const std::string &subObjectName)ManagedIceObjectstatic
generateSubObjectName(const std::string &subObjectName)ManagedIceObject
GetActiveStateLeafs(StateBasePtr toplevelState)StateBasestatic
getArmarXManager() constManagedIceObject
getCommunicator() constManagedIceObjectprotected
getConnectivity() constManagedIceObject
getContext(bool checkNULL=true) constStateBase
getContext() constStateBaseinline
getDefaultName() const overrideDynamicRemoteStatevirtual
getEffectiveLoggingLevel() constLogging
getGlobalHierarchyString() constStateBase
getGlobalIdString() constState
getIceManager() constManagedIceObject
getId() constState
getInitState() constState
getInput(const std::string &key) constState
getInput(const std::string &key) constState
getInput(const std::string &key) constState
getInputParameters() overrideRemoteStatevirtual
getLocal(const std::string &key) constState
getLocal(const std::string &key) constState
getLocalContainer(std::string const &key)State
getLocalHierarchyString() constStateBase
getLocalParameters()State
getLocalUniqueId() constStateBase
getLogSender() constLoggingprotected
getMetaInfo(const std::string &id)ManagedIceObject
getMetaInfoMap() constManagedIceObject
getName() constManagedIceObject
getObjectAdapter() constManagedIceObject
getObjectScheduler() constManagedIceObject
GetObjectStateAsString(int state)ManagedIceObjectstatic
getOutput(const std::string &key) constState
getOutput(const std::string &key) constState
getOutputParameters() overrideRemoteStatevirtual
getParameter(const StateParameterMap &paramMap, const std::string &key, VariantPtr &value) constStateBase
getParameterContainer(const StateParameterMap &paramMap, const std::string &key, VariantContainerBasePtr &valueContainer) constStateBase
getParentStateLayout(const Ice::Current &) const overrideRemoteState
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
getRemoteStatePtr()RemoteState
getRemoteUnbreakableBufferSize(const ::Ice::Current &=Ice::emptyCurrent) const overrideRemoteState
getRemoteUnbreakableBufferStati(const ::Ice::Current &=Ice::emptyCurrent) const overrideRemoteState
getState() constManagedIceObject
getStateClassName() constStateBase
getStateName() constStateBase
getStatePhase() constStateBase
getTopic(const std::string &name)ManagedIceObjectinline
getTopic(TopicProxyType &topicProxy, const std::string &name)ManagedIceObjectinline
getTransitionID(const TransitionIceBase &t) constStateController
getTransitionID(const std::string &eventName, const std::string sourceStateName) constStateController
getTriggeredEndstateEvent() constStateBase
getUnresolvedDependencies() constManagedIceObject
armarx::implStateBase
inheritInputFromSubstate(std::string stateName)State
inheritInputParameters()StateBase
armarx::init(StatechartContextInterface *context, StatechartManager *manager)State
installCondition(const Term &condition, const EventPtr evt, const std::string &desc="")StateUtilityprotected
installCondition(const Term &condition, const std::string &desc="")StateUtilityinlineprotected
isFinished() constStateController
isInitialized() const overrideRemoteStatevirtual
isInputParameterSet(const std::string &key) constState
isLocalParameterSet(const std::string &key) constState
isOutputParameterSet(const std::string &key) constState
isParameterSet(const StateParameterMap &paramMap, const std::string &key) constStateBase
isRunningTaskFinished() constStateController
isRunningTaskStopped() constStateController
isUnbreakable() constState
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
onBreak()StateBasevirtual
onConnectComponent() overrideDynamicRemoteStatevirtual
onDisconnectComponent() overrideRemoteStatevirtual
onEnter()StateBasevirtual
onExit()StateBasevirtual
onExitComponent()ManagedIceObjectinlineprotectedvirtual
onInitComponent() overrideDynamicRemoteStatevirtual
operator=(const DynamicRemoteState &source)DynamicRemoteState
armarx::RemoteState::operator=(const RemoteState &source)RemoteState
armarx::State::operator=(const State &source)Stateprotected
armarx::StateUtility::operator=(const StateBase &source)StateBase
PeriodicTaskPtr typedefManagedIceObject
postOnConnectComponent()ManagedIceObjectinlineprotectedvirtual
postOnDisconnectComponent()ManagedIceObjectinlineprotectedvirtual
postOnExitComponent()ManagedIceObjectinlineprotectedvirtual
postOnInitComponent()ManagedIceObjectinlineprotectedvirtual
preambleGetTopic(std::string const &name)ManagedIceObject
preOnConnectComponent()ManagedIceObjectinlineprotectedvirtual
preOnDisconnectComponent()ManagedIceObjectinlineprotectedvirtual
preOnExitComponent()ManagedIceObjectinlineprotectedvirtual
preOnInitComponent()ManagedIceObjectinlineprotectedvirtual
refetchSubstates() overrideRemoteStateprotectedvirtual
remoteEnqueueEvent(const EventBasePtr &evt, const ::Ice::Current &c=Ice::emptyCurrent) overrideRemoteState
remoteFinalize(const StringVariantContainerBaseMap &properties, const EventBasePtr &event, const ::Ice::Current &c=Ice::emptyCurrent) overrideRemoteState
remoteProcessBufferedEvents(const ::Ice::Current &c=Ice::emptyCurrent) overrideRemoteState
remoteProcessEvent(const EventBasePtr &evt, bool buffered, const ::Ice::Current &c=Ice::emptyCurrent) overrideRemoteState
remoteRefetchSubstates(const ::Ice::Current &c=Ice::emptyCurrent)RemoteState
RemoteState()RemoteState
RemoteState(const RemoteState &source)RemoteState
removeCondition(ConditionIdentifier conditionId)StateUtilityprotected
removeCounterEvent(const ActionEventIdentifier &id)StateUtilityprotected
removeProfilerRecursive(Profiler::ProfilerPtr profiler, int recursiveLevels=0)StateController
removeProxyDependency(const std::string &name)ManagedIceObjectprotected
removeTimeoutEvent(const ActionEventIdentifier &id)StateUtilityprotected
reset()StateBase
run()StateBasevirtual
sendEvent(const EventPtr event, StateBasePtr eventProcessor=nullptr)StateUtilityprotected
sendEvent(StateBasePtr eventProcessor=nullptr)StateUtilityinlineprotected
setContext(StatechartContextInterface *context)StateBase
setCounterEvent(int counterThreshold, const EventPtr &evt, int initialValue=0)StateUtilityprotected
setCounterEvent(int counterThreshold, int initialValue=0)StateUtilityinlineprotected
setInitialized(bool enable)StateBase
setInitState(StateBasePtr initState, ParameterMappingPtr initialStateMapping=ParameterMappingPtr())State
setInput(std::string const &key, const Variant &value)State
setInput(std::string const &key, const VariantContainerBase &valueList)State
setLocal(std::string const &key, const Variant &value)State
setLocal(std::string const &key, const VariantContainerBase &valueList)State
setLocalMinimumLoggingLevel(MessageTypeT level)Logging
setMetaInfo(const std::string &id, const VariantBasePtr &value)ManagedIceObject
setName(std::string name)ManagedIceObjectprotected
setOutput(const ::armarx::StringVariantContainerBaseMap &properties, const ::Ice::Current &c=Ice::emptyCurrent)RemoteState
armarx::State::setOutput(std::string const &key, const Variant &value)State
armarx::State::setOutput(std::string const &key, const VariantContainerBase &valueList)State
setParameter(StateParameterMap &paramMap, const std::string &key, const Variant &variant)StateBase
setParameterContainer(StateParameterMap &paramMap, const std::string &key, const VariantContainerBasePtr &valueContainer)StateBase
setParameterContainer(StateParameterMap &paramMap, const std::string &key, const VariantContainerBase &valueContainer)StateBase
setProxyName(const std::string &proxyName)RemoteState
setStateClassName(std::string className)StateBase
setStateClassNameFromTypeName(const std::string &typeName)State
setStateName(const std::string &stateName)RemoteState
setStatePhase(StatePhase newPhase)StateBase
setTag(const LogTag &tag)Logging
setTag(const std::string &tagName)Logging
setTimeoutEvent(int timeoutDurationMs, const EventPtr &evt)StateUtilityprotected
setTimeoutEvent(int timeoutDurationMs)StateUtilityinlineprotected
setUnbreakable(bool setUnbreakable=true)State
setUseRunFunction(bool useRunFuntion)State
spamFilterLoggingmutableprotected
startPeriodicTask(const std::string &uniqueName, std::function< void(void)> f, int periodMs, bool assureMeanInterval=false, bool forceSystemTime=true)ManagedIceObject
State()Stateprotected
State(const State &source)Stateprotected
StateBase()StateBase
StateBase(const StateBase &source)StateBase
StateController()StateController
StateController(const StateController &source)StateController
StatePhase enum nameStateBase
stopPeriodicTask(const std::string &name)ManagedIceObject
tagLoggingprotected
terminate()ManagedIceObjectprotected
transitionFunction typedefStateController
TransitionFunctionMap typedefStateController
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
waitForInitialization(int timeoutMS) const overrideRemoteStatevirtual
waitForObjectScheduler()ManagedIceObject
waitForProxy(std::string const &name, bool addToDependencies)ManagedIceObject
waitForRunningTaskToFinish() constStateController
waitForStateToFinish(int timeoutMs=-1) constStateController
~Logging()Loggingvirtual
~ManagedIceObject() overrideManagedIceObjectprotected
~RemoteState() overrideRemoteState
~State() overrideStateprotected
~StateBase() overrideStateBase
~StateController() overrideStateController