45 HandUnitInterfacePrx handUnit =
46 getContext<HandGroupStatechartContext>()->getHandUnit(in.getHandName());
47 handUnit->setShape(in.getShapeName());
51 handUnit->setShape(in.getShapeName());
53 setTimeoutEvent(in.getWaitTimeMs(), this->createEventDone());
static void WaitFor(const Duration &duration)
Wait for a certain duration on the virtual clock.
static Duration MilliSeconds(std::int64_t milliSeconds)
Constructs a duration in milliseconds.
static SubClassRegistry Registry
static XMLStateFactoryBasePtr CreateInstance(XMLStateConstructorParams stateData)
CloseHand(const XMLStateConstructorParams &stateData)
Class for legacy to stay compatible with old statecharts.
This file offers overloads of toIce() and fromIce() functions for STL container types.
IceInternal::Handle< XMLStateFactoryBase > XMLStateFactoryBasePtr