|
AgIsoStack++
A control-function-focused implementation of the major ISOBUS and J1939 protocols
|
A message interface for processing or sending NMEA2K messages commonly used on an ISO 11783 network. More...
#include "isobus/isobus/nmea2000_message_definitions.hpp"#include "isobus/utility/event_dispatcher.hpp"#include "isobus/utility/processing_flags.hpp"Go to the source code of this file.
Classes | |
| class | isobus::NMEA2000MessageInterface |
| An interface for sending and receiving common NMEA2000 messages on an ISO11783 network. More... | |
Namespaces | |
| namespace | isobus |
| This namespace encompasses all of the ISO11783 stack's functionality to reduce global namespace pollution. | |
A message interface for processing or sending NMEA2K messages commonly used on an ISO 11783 network.
This interface provides a common interface for sending and receiving common NMEA2000 messages that might be found on an ISO 11783 network. ISO11783-7 defines that GNSS information be sent using NMEA2000 parameter groups like the ones included in this interface.
Definition in file nmea2000_message_interface.hpp.