|
nmealib 0.0.4
NMEA 0183/NMEA 2000 parsing library
|
Exception thrown when an NMEA 0183 sentence does not start with '$' or '!'. More...
#include <nmea0183.h>


Public Member Functions | |
| InvalidStartCharacterException (const std::string &context, const std::string &details="") | |
| Constructs an InvalidStartCharacterException. | |
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 does not start with '$' or '!'.
Definition at line 29 of file nmea0183.h.
|
inlineexplicit |
Constructs an InvalidStartCharacterException.
| context | A string identifying where the error occurred. |
| details | Optional extra information. |
Definition at line 37 of file nmea0183.h.