0.4.1
Loading...
Searching...
No Matches
NAV::DynamicData::Data Struct Reference

Data struct. More...

Data Fields

std::string description
 Description.
 
std::vector< std::pair< std::string, std::shared_ptr< const NodeData > > > rawData
 List of raw data (used in this dynamic data)
 
double value
 Value.
 

Detailed Description

Data struct.

Definition at line 44 of file DynamicData.hpp.

Field Documentation

◆ description

std::string NAV::DynamicData::Data::description

Description.

Definition at line 46 of file DynamicData.hpp.

◆ rawData

std::vector<std::pair<std::string, std::shared_ptr<const NodeData> > > NAV::DynamicData::Data::rawData

List of raw data (used in this dynamic data)

Definition at line 48 of file DynamicData.hpp.

◆ value

double NAV::DynamicData::Data::value

Value.

Definition at line 47 of file DynamicData.hpp.


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