AgIsoStack++
A control-function-focused implementation of the major ISOBUS and J1939 protocols
Loading...
Searching...
No Matches
Public Attributes | List of all members
isobus::DataDictionary::Entry Struct Reference

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.
 

Detailed Description

A struct containing the information for a single DDI.

Definition at line 24 of file isobus_data_dictionary.hpp.

Member Data Documentation

◆ ddi

const std::uint16_t isobus::DataDictionary::Entry::ddi

The DDI number.

Definition at line 26 of file isobus_data_dictionary.hpp.

◆ name

const std::string isobus::DataDictionary::Entry::name

The name of the DDI.

Definition at line 28 of file isobus_data_dictionary.hpp.

◆ resolution

const float isobus::DataDictionary::Entry::resolution

The resolution of the DDI.

Definition at line 30 of file isobus_data_dictionary.hpp.

◆ units

const std::string isobus::DataDictionary::Entry::units

The units of the DDI.

Definition at line 29 of file isobus_data_dictionary.hpp.


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