|
#include <ArmarXCore/core/ManagedIceObject.h>
#include <ArmarXCore/interface/statechart/StatechartIce.h>
#include <string>
#include <mutex>
#include <queue>
Go to the source code of this file.
Classes | |
class | StatechartEventDistributor |
The StatechartEventDistributor class is used to distribute incomming events (via Ice) to the correct states. More... | |
struct | StatechartEventDistributor::EventListenerMapEntry |
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
Typedefs | |
using | StateControllerPtr = IceInternal::Handle< StateController > |