AgIsoStack++
A control-function-focused implementation of the major ISOBUS and J1939 protocols
Loading...
Searching...
No Matches
Classes | Namespaces
nmea2000_message_interface.hpp File Reference

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"
Include dependency graph for nmea2000_message_interface.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

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.

Note
This library and its authors are not affiliated with the National Marine Electronics Association in any way.
Author
Adrian Del Grosso

Definition in file nmea2000_message_interface.hpp.