Go to the documentation of this file.
27 #include <ArmarXCore/interface/statechart/RemoteStateOffererIce.h>
35 #include <type_traits>
44 std::string
joinStrings(std::vector<std::string>
const&
input, std::string
const& seperator);
62 CreateRemoteStateInstanceOutput
64 Ice::Current
const& context)
override;
67 const RemoteStateIceBasePrx& remoteStatePrx,
68 const std::string& parentStateItentifierStr,
69 const std::string& instanceName,
70 const Ice::Current& context = Ice::emptyCurrent)
override;
73 const std::string& parentId,
74 const Ice::Current& context = Ice::emptyCurrent)
override;
77 const StringVariantContainerBaseMap& properties,
78 const Ice::Current& context = Ice::emptyCurrent)
override;
81 const ::Ice::Current& context = Ice::emptyCurrent)
override;
84 const EventBasePtr& evt,
85 const ::Ice::Current& context = Ice::emptyCurrent)
override;
88 const ::Ice::Current& context = Ice::emptyCurrent)
override;
92 const EventBasePtr& evt,
93 const ::Ice::Current& context = Ice::emptyCurrent)
override;
98 const ::Ice::Current& context = Ice::emptyCurrent)
override;
101 const ::Ice::Current& context = Ice::emptyCurrent)
override;
104 const ::Ice::Current& context = Ice::emptyCurrent)
override;
107 const ::Ice::Current& context = Ice::emptyCurrent)
override;
110 const ::Ice::Current& context = Ice::emptyCurrent)
override;
113 const ::Ice::Current& context = Ice::emptyCurrent)
override;
116 const ::Ice::Current& context = Ice::emptyCurrent)
const override;
118 const ::Ice::Current& context = Ice::emptyCurrent)
override;
124 const ::Ice::Current& context = Ice::emptyCurrent)
override;
126 const Ice::Current& = Ice::emptyCurrent)
override;
129 const Ice::Current& = Ice::emptyCurrent)
override;
131 const Ice::Current& = Ice::emptyCurrent)
override;
133 void removeInstance(
int stateId,
const Ice::Current& = Ice::emptyCurrent)
override;
135 const EventBasePtr& evt,
136 const Ice::Current& = Ice::emptyCurrent)
override;
138 const EventBasePtr& evt,
139 const Ice::Current& = Ice::emptyCurrent)
override;
143 std::string proxyName,
144 std::string instanceName)
override;
202 template <
typename ContextType = State
chartContext>
207 static_assert(std::is_base_of_v<StatechartContext, ContextType>,
208 "The template parameter of RemoteStateOfferer, must be a class that derives "
209 "from StatechartContext or StatechartContext itself");
227 template <
typename ContextType>
231 stateName = getDefaultName();
232 ContextType::setToplevelState(
this);
235 setStatePhase(eSubstatesDefinitions);
240 onInitRemoteStateOfferer();
244 setStatePhase(oldPhase);
249 for (AbstractStateIceBasePtr state : subStateList)
255 int numberLogLevels = Component::getProperty<int>(
"ProfilingDepth").getValue();
261 ContextType::setAutoEnterToplevelState(
false);
264 template <
typename ContextType>
268 onConnectStatechartImpl();
271 template <
typename ContextType>
275 onExitStatechartImpl();
278 template <
typename ContextType>
282 if (!ContextType::getObjectScheduler()->waitForObjectStateMinimum(eManagedIceObjectStarted,
285 throw LocalException()
286 <<
"Cannot create a remote state instance because the RemoteStateOfferer '"
287 << ContextType::getName() <<
"' is still waiting for dependencies: "
288 <<
joinStrings(ContextType::getUnresolvedDependencies(),
", ");
int createRemoteStateInstance(const std::string &stateName, const RemoteStateIceBasePrx &remoteStatePrx, const std::string &parentStateItentifierStr, const std::string &instanceName, const Ice::Current &context=Ice::emptyCurrent) override
virtual void waitUntilComponentStarted()=0
bool breakRemoteState(int stateId, const EventBasePtr &evt, const ::Ice::Current &context=Ice::emptyCurrent) override
bool isRemoteStateFinished(int stateId, const ::Ice::Current &context=Ice::emptyCurrent) override
StateIceBasePtr refetchRemoteSubstates(int stateId, const ::Ice::Current &context=Ice::emptyCurrent) override
CreateRemoteStateInstanceOutput createRemoteStateInstanceNew(CreateRemoteStateInstanceInput const &input, Ice::Current const &context) override
StateParameterMap getRemoteOutputParametersById(int stateId, const ::Ice::Current &context=Ice::emptyCurrent) override
bool hasActiveSubstateRemote(int stateId, const ::Ice::Current &context=Ice::emptyCurrent) override
void run() override
Virtual function, that can be reimplemented to calculate complex operations.
virtual StateBasePtr getStatePtr(const std::string &stateName) const
StatePhase
enum that specifies the phase in which the state is currently in used to control the usage of state-f...
void removeInstance(int stateId, const Ice::Current &=Ice::emptyCurrent) override
int id
Local id of this RemoteStateOfferer, that identifies the state instance in the stateInstanceList.
virtual void onConnectRemoteStateOfferer()
Virtual function, in which the user can fetch some proxies.
Profiler::ProfilerPtr getProfiler() const
getProfiler returns an instance of armarx::Profiler
void onConnectStatechart() override
onConnectStatechart is called before armarx::StatechartContext::startStatechart() and after armarx::S...
void notifyEventBufferedDueToUnbreakableStateRemote(int stateId, bool eventBuffered, const ::Ice::Current &context=Ice::emptyCurrent) override
void issueEvent(int receivingStateId, const EventBasePtr &evt, const Ice::Current &=Ice::emptyCurrent) override
StateIdNameMap getAvailableStateInstances(const ::Ice::Current &context=Ice::emptyCurrent) override
void onExitStatechart() override
onExitStatechart can be implemented by subclasses
RemoteStatePtr addDynamicRemoteState(std::string instanceName) override
Overridden so that the user cannot use it.
std::map< int, StateBasePtr > getChildStatesByName(int parentId, std::string stateName)
Ice::StringSeq getAvailableStates(const ::Ice::Current &context=Ice::emptyCurrent) override
RemoteStateIceBasePrx callerStatePrx
Proxy to the state, that called this state.
Class that holds states, which offer functionality for other states over Ice.
StateParameterMap getRemoteInputParametersById(int stateId, const ::Ice::Current &context=Ice::emptyCurrent) override
void initState(State &state)
StateIceBasePtr getStatechart(const std::string &stateName, const ::Ice::Current &context=Ice::emptyCurrent) override
void onConnectStatechartImpl()
QMap< QString, StateParameterPtr > StateParameterMap
bool breakActiveSubstateRemotely(int stateId, const EventBasePtr &evt, const ::Ice::Current &context=Ice::emptyCurrent) override
ReaderT::InputType & input
RemoteStateWrapperPtr remoteWrappedState
Pointer to a Pseudo parent state, that contains the real state instance.
void terminate()
Initiates termination of this IceManagedObject.
Profiler::ProfilerPtr stateReporter
std::string componentName
bool hasSubstatesRemote(const std::string &stateName, const ::Ice::Current &context=Ice::emptyCurrent) const override
StateBasePtr getGlobalInstancePtr(int globalId) const
void updateGlobalStateIdRecursive(int stateId, const std::string &parentId, const Ice::Current &context=Ice::emptyCurrent) override
std::string callerIceName
Not used yet.
StateParameterMap getRemoteInputParameters(const std::string &stateName, const ::Ice::Current &context=Ice::emptyCurrent) override
virtual void onExitRemoteStateOfferer()
Virtual function, in which the user can implement some clean up.
std::map< int, RemoteStateData > stateInstanceList
Holds the instances that where requested from remotely located states.
void callRemoteState(int stateId, const StringVariantContainerBaseMap &properties, const Ice::Current &context=Ice::emptyCurrent) override
StateIceBasePtr getStatechartInstanceByGlobalIdStr(const std::string &globalStateIdStr, const Ice::Current &=Ice::emptyCurrent) override
StateParameterMap getRemoteOutputParameters(const std::string &stateName, const ::Ice::Current &context=Ice::emptyCurrent) override
void onExitStatechartImpl()
StateIceBasePtr getStatechartInstanceByGlobalIdStrRecursive(const std::string &globalStateIdStr, StateBasePtr state, int &stateCounter)
void issueEventWithGlobalIdStr(const std::string &globalStateIdStr, const EventBasePtr &evt, const Ice::Current &=Ice::emptyCurrent) override
virtual void onInitRemoteStateOfferer()=0
Pure virtual function, in which the states must be added, that should be remote-accessable.
bool isHostOfStateByGlobalIdStr(const std::string &globalStateIdStr, const Ice::Current &=Ice::emptyCurrent) override
void onInitStatechart() override
onInitStatechart this method is called when the statechart is started.
RemoteStatePtr addRemoteState(std::string stateName, std::string proxyName, std::string instanceName) override
Overridden so that the user cannot use it.
std::string getDefaultName() const override
Retrieve default name of component.
void waitUntilComponentStarted() override
virtual std::string getStateOffererName() const =0
Implement this function to specify the RemoteStateOfferer prefix.
RemoteStateData getInstance(int stateId)
HiddenTimedMutex stateInstanceListMutex
StateIceBasePtr getStatechartInstance(int stateId, const Ice::Current &=Ice::emptyCurrent) override
This file offers overloads of toIce() and fromIce() functions for STL container types.
void exitRemoteState(int stateId, const ::Ice::Current &context=Ice::emptyCurrent) override
std::string joinStrings(std::vector< std::string > const &input, std::string const &seperator)