Go to the documentation of this file.
42 robotProxy = getProxy<RobotControlInterfacePrx>(
"RobotControl");
53 std::string eventstring;
54 std::cout <<
"Please insert the event string: " <<
std::flush;
56 eventstring =
"EvLoadScenario";
58 if (eventstring ==
"q")
64 std::cout <<
"Please insert the state id of the state that should process the event: " <<
std::flush;
68 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.