|
nmealib 0.0.4
NMEA 0183/NMEA 2000 parsing library
|
Exception thrown when an NMEA 0183 sentence is missing the required <CR><LF> terminator. More...
#include <nmea0183.h>


Public Member Functions | |
| NoEndlineException (const std::string &context, const std::string &details="") | |
| Constructs a NoEndlineException. | |
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. | |
Exception thrown when an NMEA 0183 sentence is missing the required <CR><LF> terminator.
Definition at line 59 of file nmea0183.h.
|
inlineexplicit |
Constructs a NoEndlineException.
| context | A string identifying where the error occurred. |
| details | Optional extra information. |
Definition at line 67 of file nmea0183.h.