Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
#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::j1939SourceAddress > | sourceAddress {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< J1939Filter > | filterParameters |
|
inline |
|
inline |
iv::eDataType iv::channels::Nmea2kRegisterInfo::dataType {DefaultValues::dataType} |
std::vector<J1939Filter> iv::channels::Nmea2kRegisterInfo::filterParameters |
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
iv::types::comms::pgn iv::channels::Nmea2kRegisterInfo::pgn {DefaultValues::pgn} |
std::optional<iv::types::comms::j1939SourceAddress> iv::channels::Nmea2kRegisterInfo::sourceAddress {DefaultValues::sourceAddress} |