nmealib 0.0.4
NMEA 0183/NMEA 2000 parsing library
Loading...
Searching...
No Matches
Public Member Functions | List of all members
nmealib::nmea0183::NoChecksumException Class Reference

Exception thrown when an operation requires a checksum but none is present in the sentence. More...

#include <nmea0183.h>

Inheritance diagram for nmealib::nmea0183::NoChecksumException:
Inheritance graph
[legend]
Collaboration diagram for nmealib::nmea0183::NoChecksumException:
Collaboration graph
[legend]

Public Member Functions

 NoChecksumException (const std::string &context, const std::string &details="")
 Constructs a NoChecksumException.
 
- Public Member Functions inherited from nmealib::NmeaException
 NmeaException (const std::string &context, const std::string &message, const std::string &details="")
 Constructs an NmeaException with context, message, and optional details.
 

Detailed Description

Exception thrown when an operation requires a checksum but none is present in the sentence.

Definition at line 44 of file nmea0183.h.

Constructor & Destructor Documentation

◆ NoChecksumException()

nmealib::nmea0183::NoChecksumException::NoChecksumException ( const std::string &  context,
const std::string &  details = "" 
)
inlineexplicit

Constructs a NoChecksumException.

Parameters
contextA string identifying where the error occurred.
detailsOptional extra information.

Definition at line 52 of file nmea0183.h.


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