Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
iv::comms::nmea0183::NmeaChannelBinding Struct Reference

Contains the information pertaining a single NMEA fild/Channel pairing in a nmea0183 communication. More...

#include <structs.hpp>

Collaboration diagram for iv::comms::nmea0183::NmeaChannelBinding:
[legend]

Public Member Functions

 NmeaChannelBinding (const std::weak_ptr< iv::channels::AbstractChannel > &channelRef, iv::channels::Nmea0183NetworkInfo netInfo)
 

Public Attributes

iv::types::channelId channelId
 
std::weak_ptr< iv::channels::AbstractChannelchannel
 
iv::channels::Nmea0183NetworkInfo nmeaNetworkInfo
 

Detailed Description

Contains the information pertaining a single NMEA fild/Channel pairing in a nmea0183 communication.

Constructor & Destructor Documentation

◆ NmeaChannelBinding()

iv::comms::nmea0183::NmeaChannelBinding::NmeaChannelBinding ( const std::weak_ptr< iv::channels::AbstractChannel > & channelRef,
iv::channels::Nmea0183NetworkInfo netInfo )

Member Data Documentation

◆ channel

std::weak_ptr<iv::channels::AbstractChannel> iv::comms::nmea0183::NmeaChannelBinding::channel

Canal asociado.

◆ channelId

iv::types::channelId iv::comms::nmea0183::NmeaChannelBinding::channelId

ID de canal.

◆ nmeaNetworkInfo

iv::channels::Nmea0183NetworkInfo iv::comms::nmea0183::NmeaChannelBinding::nmeaNetworkInfo

Información de la trama NMEA.


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