|
#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 |
Definition at line 50 of file XMLState.h.
XMLStateConstructorParams | ( | const std::string & | xmlFilepath, |
RapidXmlReaderPtr | reader, | ||
StatechartProfilePtr | selectedProfile, | ||
StringXMLNodeMapPtr | uuidToXMLMap, | ||
Ice::CommunicatorPtr | ic | ||
) |
Definition at line 523 of file XMLState.cpp.
Definition at line 56 of file XMLState.h.
RapidXmlReaderPtr reader |
Definition at line 53 of file XMLState.h.
StatechartProfilePtr selectedProfile |
Definition at line 54 of file XMLState.h.
StringXMLNodeMapPtr uuidToXMLMap |
Definition at line 55 of file XMLState.h.
std::string xmlFilepath |
Definition at line 52 of file XMLState.h.