|
The ArmarXPackageToolInterface class. More...
#include <ArmarXCore/core/system/cmake/ArmarXPackageToolInterface.h>
Public Member Functions | |
bool | addCppOnlyXmlStatechart (const std::string &statechartGroupName, const std::string &statePath, const std::string &packagePath) const |
bool | addFullXmlStatechart (const std::string &statechartGroupName, const std::string &statePath, const std::string &packagePath) const |
bool | addStatechart (const std::string &statechartGroupName, const std::string &statePath, const std::string &packagePath="") const |
bool | addXmlOnlyXmlStatechart (const std::string &statechartGroupName, const std::string &statePath, const std::string &packagePath) const |
ArmarXPackageToolInterface () | |
bool | checkPackagePath (const std::string &pathToPackageRoot) const |
bool | checkPackagePath (const std::string &pathToPackageRoot, std::string &output) const |
std::string | getLastOutput () const |
The ArmarXPackageToolInterface class.
Definition at line 38 of file ArmarXPackageToolInterface.h.
Definition at line 39 of file ArmarXPackageToolInterface.cpp.
bool addCppOnlyXmlStatechart | ( | const std::string & | statechartGroupName, |
const std::string & | statePath, | ||
const std::string & | packagePath | ||
) | const |
Definition at line 115 of file ArmarXPackageToolInterface.cpp.
bool addFullXmlStatechart | ( | const std::string & | statechartGroupName, |
const std::string & | statePath, | ||
const std::string & | packagePath | ||
) | const |
Definition at line 105 of file ArmarXPackageToolInterface.cpp.
bool addStatechart | ( | const std::string & | statechartGroupName, |
const std::string & | statePath, | ||
const std::string & | packagePath = "" |
||
) | const |
Definition at line 84 of file ArmarXPackageToolInterface.cpp.
bool addXmlOnlyXmlStatechart | ( | const std::string & | statechartGroupName, |
const std::string & | statePath, | ||
const std::string & | packagePath | ||
) | const |
Definition at line 110 of file ArmarXPackageToolInterface.cpp.
bool checkPackagePath | ( | const std::string & | pathToPackageRoot | ) | const |
Definition at line 78 of file ArmarXPackageToolInterface.cpp.
bool checkPackagePath | ( | const std::string & | pathToPackageRoot, |
std::string & | output | ||
) | const |
Definition at line 57 of file ArmarXPackageToolInterface.cpp.
std::string getLastOutput | ( | ) | const |
Definition at line 120 of file ArmarXPackageToolInterface.cpp.