StateParameter.h File Reference
#include <ArmarXCore/observers/variant/Variant.h>
#include <ArmarXCore/interface/statechart/StatechartIce.h>
#include <Ice/Handle.h>
#include <QPair>
#include <QString>
#include <QMap>
#include <memory>
+ Include dependency graph for StateParameter.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  StateParameter
 

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
 armarx::statechartmodel
 

Typedefs

using StateParameterMap = QMap< QString, StateParameterPtr >
 
using StateParameterProfileDefaultValueMap = QMap< QString, QPair< VariantContainerBasePtr, QString > >
 
using StateParameterPtr = std::shared_ptr< StateParameter >