A structure used to store variable's data.
Definition at line 462 of file ConfDataReader.hpp.
Public Member Functions | |
| variableData () | |
Public Attributes | |
| std::string | value |
| Value of variable. More... | |
| std::string | valueComment |
| Value comment. More... | |
| std::string | varComment |
| Variable comment. More... | |
|
inline |
Definition at line 465 of file ConfDataReader.hpp.
| std::string gnsstk::ConfDataReader::variableData::value |
Value of variable.
Definition at line 468 of file ConfDataReader.hpp.
| std::string gnsstk::ConfDataReader::variableData::valueComment |
Value comment.
Definition at line 469 of file ConfDataReader.hpp.
| std::string gnsstk::ConfDataReader::variableData::varComment |
Variable comment.
Definition at line 465 of file ConfDataReader.hpp.