NMEA2000 Library
0.1
Library to handle NMEA 2000 Communication written in C++
|
Structure holds all the data needed for a valid CAN-Message. More...
#include <NMEA2000.h>
Public Member Functions | |
void | Clear () |
Public Attributes | |
unsigned char | buf [8] |
Data payload for the CAN Message. More... | |
unsigned long | id |
ID of the CAN Message. More... | |
unsigned char | len |
Length of carried data of the CAN Message. More... | |
bool | wait_sent |
Has the CAN Message to wait before sending. More... | |
Structure holds all the data needed for a valid CAN-Message.
Definition at line 992 of file NMEA2000.h.
|
inline |
Clears all the fields of the CAN Message
Definition at line 1006 of file NMEA2000.h.
unsigned char tNMEA2000::tCANSendFrame::buf[8] |
Data payload for the CAN Message.
Definition at line 1000 of file NMEA2000.h.
unsigned long tNMEA2000::tCANSendFrame::id |
ID of the CAN Message.
Definition at line 996 of file NMEA2000.h.
unsigned char tNMEA2000::tCANSendFrame::len |
Length of carried data of the CAN Message.
Definition at line 998 of file NMEA2000.h.
bool tNMEA2000::tCANSendFrame::wait_sent |
Has the CAN Message to wait before sending.
Definition at line 1002 of file NMEA2000.h.