XMLStateConstructorParams Struct Reference

#include <ArmarXCore/statechart/xmlstates/XMLState.h>

Public Member Functions

 XMLStateConstructorParams (const std::string &xmlFilepath, RapidXmlReaderPtr reader, StatechartProfilePtr selectedProfile, StringXMLNodeMapPtr uuidToXMLMap, Ice::CommunicatorPtr ic)
 

Public Attributes

Ice::CommunicatorPtr ic
 
RapidXmlReaderPtr reader
 
StatechartProfilePtr selectedProfile
 
StringXMLNodeMapPtr uuidToXMLMap
 
std::string xmlFilepath
 

Detailed Description

Definition at line 50 of file XMLState.h.

Constructor & Destructor Documentation

◆ XMLStateConstructorParams()

XMLStateConstructorParams ( const std::string &  xmlFilepath,
RapidXmlReaderPtr  reader,
StatechartProfilePtr  selectedProfile,
StringXMLNodeMapPtr  uuidToXMLMap,
Ice::CommunicatorPtr  ic 
)

Definition at line 523 of file XMLState.cpp.

Member Data Documentation

◆ ic

Definition at line 56 of file XMLState.h.

◆ reader

Definition at line 53 of file XMLState.h.

◆ selectedProfile

StatechartProfilePtr selectedProfile

Definition at line 54 of file XMLState.h.

◆ uuidToXMLMap

StringXMLNodeMapPtr uuidToXMLMap

Definition at line 55 of file XMLState.h.

◆ xmlFilepath

std::string xmlFilepath

Definition at line 52 of file XMLState.h.


The documentation for this struct was generated from the following files: