RTC Toolkit 5.1.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
rtctk::componentFramework::PathMapper::FilePathResult Struct Reference

Result object returned by the PathToFile method. More...

#include <pathMapper.hpp>

Public Attributes

std::filesystem::path m_filepath
 Local YAML file path calculated from a datapoint path.
 
std::vector< std::string > m_key_names
 The dictionary keys needed to lookup the datapoint within the YAML file.
 

Detailed Description

Result object returned by the PathToFile method.

Member Data Documentation

◆ m_filepath

std::filesystem::path rtctk::componentFramework::PathMapper::FilePathResult::m_filepath

Local YAML file path calculated from a datapoint path.

◆ m_key_names

std::vector<std::string> rtctk::componentFramework::PathMapper::FilePathResult::m_key_names

The dictionary keys needed to lookup the datapoint within the YAML file.


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