StatechartContext.h File Reference
#include "StatechartContextInterface.h"
#include "StatechartEventDistributor.h"
#include "../core/Component.h"
#include <ArmarXCore/interface/observers/SystemObserverInterface.h>
#include <ArmarXCore/interface/observers/ConditionHandlerInterface.h>
#include <unordered_map>
+ 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 >
 

Macro Definition Documentation

◆ _ARMARX_CORE_STATECHARTCONTEXT_H

#define _ARMARX_CORE_STATECHARTCONTEXT_H

Definition at line 26 of file StatechartContext.h.