AgIsoStack++
A control-function-focused implementation of the major ISOBUS and J1939 protocols
|
A struct containing the information for a single DDI. More...
#include <isobus_data_dictionary.hpp>
Public Attributes | |
const std::uint16_t | ddi |
The DDI number. | |
const std::string | name |
The name of the DDI. | |
const std::string | units |
The units of the DDI. | |
const float | resolution |
The resolution of the DDI. | |
A struct containing the information for a single DDI.
Definition at line 24 of file isobus_data_dictionary.hpp.
const std::uint16_t isobus::DataDictionary::Entry::ddi |
The DDI number.
Definition at line 26 of file isobus_data_dictionary.hpp.
const std::string isobus::DataDictionary::Entry::name |
The name of the DDI.
Definition at line 28 of file isobus_data_dictionary.hpp.
const float isobus::DataDictionary::Entry::resolution |
The resolution of the DDI.
Definition at line 30 of file isobus_data_dictionary.hpp.
const std::string isobus::DataDictionary::Entry::units |
The units of the DDI.
Definition at line 29 of file isobus_data_dictionary.hpp.