Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
iv::channels::Nmea2kRegisterInfo Struct Reference

#include <structs.hpp>

Classes

struct  DefaultValues
 
struct  Keys
 
struct  Sections
 

Public Member Functions

void load (const iv::file::xml::node &nodeRegisterInfo)
 
void save (iv::file::xml::node &nodeRegisterInfo) const
 

Public Attributes

iv::types::comms::pgn pgn {DefaultValues::pgn}
 
std::optional< iv::types::comms::j1939SourceAddresssourceAddress {DefaultValues::sourceAddress}
 
iv::eDataType dataType {DefaultValues::dataType}
 
iv::types::comms::nmea2kParameterId parameterId {DefaultValues::parameterId}
 indicates which of the parameters in the packet are binded to the channel, begins at one
 
std::vector< J1939FilterfilterParameters
 

Member Function Documentation

◆ load()

void iv::channels::Nmea2kRegisterInfo::load ( const iv::file::xml::node & nodeRegisterInfo)
inline

◆ save()

void iv::channels::Nmea2kRegisterInfo::save ( iv::file::xml::node & nodeRegisterInfo) const
inline

Member Data Documentation

◆ dataType

iv::eDataType iv::channels::Nmea2kRegisterInfo::dataType {DefaultValues::dataType}

◆ filterParameters

std::vector<J1939Filter> iv::channels::Nmea2kRegisterInfo::filterParameters

◆ parameterId

iv::types::comms::nmea2kParameterId iv::channels::Nmea2kRegisterInfo::parameterId {DefaultValues::parameterId}

indicates which of the parameters in the packet are binded to the channel, begins at one

◆ pgn

iv::types::comms::pgn iv::channels::Nmea2kRegisterInfo::pgn {DefaultValues::pgn}

◆ sourceAddress

std::optional<iv::types::comms::j1939SourceAddress> iv::channels::Nmea2kRegisterInfo::sourceAddress {DefaultValues::sourceAddress}

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