We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NMEADatagram (not NMEADevice) have own-class NMEA-Parsing (see parse_nmea_sentence) SeatalkDevice (not SeatalkDatagram) has a method (parse_datagram).
NMEADatagram
NMEADevice
parse_nmea_sentence
SeatalkDevice
SeatalkDatagram
parse_datagram
Same with a map about IDs (SeatalkDevice: _seatalk_datagram_map, NMEADatagram: nmea_tag_datagram_map). Maybe put that into Device-Base-Class?
_seatalk_datagram_map
nmea_tag_datagram_map
Device
The text was updated successfully, but these errors were encountered:
No branches or pull requests
NMEADatagram
(notNMEADevice
) have own-class NMEA-Parsing (seeparse_nmea_sentence
)SeatalkDevice
(notSeatalkDatagram
) has a method (parse_datagram
).Same with a map about IDs (
SeatalkDevice
:_seatalk_datagram_map
,NMEADatagram
:nmea_tag_datagram_map
).Maybe put that into
Device
-Base-Class?The text was updated successfully, but these errors were encountered: