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

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

#include <pathMapper.hpp>

Public Attributes

elt::mal::Uri m_uri
 URI calculated from a datapoint path.
 
std::vector< std::string > m_key_names
 The dictionary keys needed to lookup the datapoint within the document.
 

Detailed Description

Result object returned by the PathToUri method.

Member Data Documentation

◆ m_key_names

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

The dictionary keys needed to lookup the datapoint within the document.

◆ m_uri

elt::mal::Uri rtctk::componentFramework::PathMapper::UriResult::m_uri

URI calculated from a datapoint path.


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