| OpenCPN Partial API docs
    | 
CAN v2.0 29 bit header as used by NMEA 2000. More...
#include <comm_can_util.h>
| Public Member Functions | |
| CanHeader () | |
| CAN v2.0 29 bit header as used by NMEA 2000. | |
| CanHeader (can_frame frame) | |
| Construct a CanHeader by parsing a frame. | |
| bool | IsFastMessage () const | 
| Return true if header reflects a multipart fast message. | |
| Public Attributes | |
| unsigned char | priority | 
| unsigned char | source | 
| unsigned char | destination | 
| int | pgn | 
CAN v2.0 29 bit header as used by NMEA 2000.
Definition at line 62 of file comm_can_util.h.
| CanHeader::CanHeader | ( | ) | 
CAN v2.0 29 bit header as used by NMEA 2000.
Definition at line 135 of file comm_drv_n2k_net.cpp.
| bool CanHeader::IsFastMessage | ( | ) | const | 
Return true if header reflects a multipart fast message.
Definition at line 87 of file comm_can_util.cpp.
| unsigned char CanHeader::destination | 
Definition at line 73 of file comm_can_util.h.
| int CanHeader::pgn | 
Definition at line 74 of file comm_can_util.h.
| unsigned char CanHeader::priority | 
Definition at line 71 of file comm_can_util.h.
| unsigned char CanHeader::source | 
Definition at line 72 of file comm_can_util.h.