|
|
#include <unordered_map>#include <ArmarXCore/interface/observers/ConditionHandlerInterface.h>#include <ArmarXCore/interface/observers/SystemObserverInterface.h>#include "../core/Component.h"#include "StatechartContextInterface.h"#include "StatechartEventDistributor.h"
Include dependency graph for StatechartContext.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | StatechartContext |
| This class contains a statechart and provides the interfaces to distributed components. More... | |
| class | StatechartContextPropertyDefinitions |
| The StatechartContextPropertyDefinitions class contains properties associated with all statecharts. More... | |
| class | XMLStatechartContext |
Namespaces | |
| armarx | |
| This file offers overloads of toIce() and fromIce() functions for STL container types. | |
Macros | |
| #define | _ARMARX_CORE_STATECHARTCONTEXT_H |
Typedefs | |
| using | StatechartContextPtr = IceInternal::Handle< StatechartContext > |
| using | StatechartEventDistributorPtr = IceInternal::Handle< StatechartEventDistributor > |
| using | StatechartManagerPtr = IceUtil::Handle< StatechartManager > |
| using | StatechartProfilePtr = std::shared_ptr< class StatechartProfile > |
| #define _ARMARX_CORE_STATECHARTCONTEXT_H |
Definition at line 26 of file StatechartContext.h.