|
nmealib 0.0.4
NMEA 0183/NMEA 2000 parsing library
|
#include "message.h"#include "nmeaException.h"#include <chrono>#include <cstdint>#include <memory>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| class | nmealib::nmea2000::InvalidPgnException |
| Exception thrown when an NMEA 2000 PGN is outside the valid range. More... | |
| class | nmealib::nmea2000::InvalidCanFrameException |
| Exception thrown when the CAN frame is invalid. More... | |
| class | nmealib::nmea2000::FrameTooLongException |
| Exception thrown when a CAN frame exceeds the maximum length of 223 bytes. More... | |
| class | nmealib::nmea2000::Message2000 |
| Represents a generic NMEA 2000 message encapsulating a CAN frame. More... | |
Namespaces | |
| namespace | nmealib |
| namespace | nmealib::nmea2000 |