PackageFileLocation Struct Reference

#include <RobotAPI/libraries/ArmarXObjects/ObjectInfo.h>

Public Attributes

std::filesystem::path absolutePath
 The absolute path (in the host's file system). More...
 
std::string package
 Name of the ArmarX package. More...
 
std::string relativePath
 Relative to the package's data directory. More...
 

Detailed Description

Definition at line 22 of file ObjectInfo.h.

Member Data Documentation

◆ absolutePath

std::filesystem::path absolutePath

The absolute path (in the host's file system).

Definition at line 30 of file ObjectInfo.h.

◆ package

std::string package

Name of the ArmarX package.

Definition at line 25 of file ObjectInfo.h.

◆ relativePath

std::string relativePath

Relative to the package's data directory.

Definition at line 28 of file ObjectInfo.h.


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