Go to the documentation of this file.
45 robotProxy = getProxy<RobotControlInterfacePrx>(
"RobotControl");
58 std::string eventstring;
59 std::cout <<
"Please insert the event string: " <<
std::flush;
61 eventstring =
"EvLoadScenario";
63 if (eventstring ==
"q")
69 std::cout <<
"Please insert the state id of the state that should process the event: "
74 std::cout <<
"sending to id:" <<
id << std::endl;
void onExitComponent() override
Hook for subclass.
void onInitComponent() override
Pure virtual hook for the subclass.
An Event is used to communicate between e.g. condition handlers and statecharts.
const LogSender::manipulator flush
bool addToDictionary(EventPtr event, const std::string key, const Variant &value)
Adds the (key,defaulfValue) pair to the event-dictionary.
void onConnectComponent() override
Pure virtual hook for the subclass.
RobotControlInterfacePrx robotProxy
bool usingProxy(const std::string &name, const std::string &endpoints="")
Registers a proxy for retrieval after initialization and adds it to the dependency list.
This file offers overloads of toIce() and fromIce() functions for STL container types.