![]() |
NMEA2000 Library
0.1
Library to handle NMEA 2000 Communication written in C++
|
DD478 - Windlass Control Events according to PGN 128776. More...
#include <NMEA2000StdTypes.h>
Public Member Functions | |
| tN2kDD478 () | |
| void | SetEvents (unsigned char _Events) |
Public Attributes | |
| struct { | |
| unsigned char AnotherDeviceControllingWindlass:1 | |
| Another device controlling windlass. More... | |
| } | Event |
| unsigned char | Events |
| 1byte of all Windlass Control Events, 0x00 would be NoErrors present More... | |
DD478 - Windlass Control Events according to PGN 128776.
DD478 - Windlass Control Events DF52 4bit
Definition at line 446 of file NMEA2000StdTypes.h.
|
inline |
Definition at line 451 of file NMEA2000StdTypes.h.
|
inline |
Definition at line 452 of file NMEA2000StdTypes.h.
| unsigned char tN2kDD478::AnotherDeviceControllingWindlass |
Another device controlling windlass.
Definition at line 449 of file NMEA2000StdTypes.h.
| struct { ... } tN2kDD478::Event |
| unsigned char tN2kDD478::Events |
1byte of all Windlass Control Events, 0x00 would be NoErrors present
Definition at line 447 of file NMEA2000StdTypes.h.