ArmarXPackageToolInterface Class Reference

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
 

Detailed Description

The ArmarXPackageToolInterface class.

Definition at line 38 of file ArmarXPackageToolInterface.h.

Constructor & Destructor Documentation

◆ ArmarXPackageToolInterface()

Definition at line 39 of file ArmarXPackageToolInterface.cpp.

+ Here is the call graph for this function:

Member Function Documentation

◆ addCppOnlyXmlStatechart()

bool addCppOnlyXmlStatechart ( const std::string &  statechartGroupName,
const std::string &  statePath,
const std::string &  packagePath 
) const

Definition at line 115 of file ArmarXPackageToolInterface.cpp.

◆ addFullXmlStatechart()

bool addFullXmlStatechart ( const std::string &  statechartGroupName,
const std::string &  statePath,
const std::string &  packagePath 
) const

Definition at line 105 of file ArmarXPackageToolInterface.cpp.

◆ addStatechart()

bool addStatechart ( const std::string &  statechartGroupName,
const std::string &  statePath,
const std::string &  packagePath = "" 
) const

Definition at line 84 of file ArmarXPackageToolInterface.cpp.

+ Here is the call graph for this function:

◆ addXmlOnlyXmlStatechart()

bool addXmlOnlyXmlStatechart ( const std::string &  statechartGroupName,
const std::string &  statePath,
const std::string &  packagePath 
) const

Definition at line 110 of file ArmarXPackageToolInterface.cpp.

◆ checkPackagePath() [1/2]

bool checkPackagePath ( const std::string &  pathToPackageRoot) const

Definition at line 78 of file ArmarXPackageToolInterface.cpp.

+ Here is the call graph for this function:

◆ checkPackagePath() [2/2]

bool checkPackagePath ( const std::string &  pathToPackageRoot,
std::string &  output 
) const

Definition at line 57 of file ArmarXPackageToolInterface.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getLastOutput()

std::string getLastOutput ( ) const

Definition at line 120 of file ArmarXPackageToolInterface.cpp.


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