![]() |
NMEA2000 Library
0.1
Library to handle NMEA 2000 Communication written in C++
|
DD477 - Windlass Monitoring Events according to PGN 128778. More...
#include <NMEA2000StdTypes.h>
Public Member Functions | |
| tN2kDD477 () | |
| void | SetEvents (unsigned char _Events) |
Public Attributes | |
| struct { | |
| unsigned char ControllerOverCurrentCutout:1 | |
| Controller over current cut-out. More... | |
| unsigned char ControllerOverTemperatureCutout:1 | |
| Controller over temperature cut-out. More... | |
| unsigned char ControllerUnderVoltageCutout:1 | |
| Controller under voltage cut-out. More... | |
| } | Event |
| unsigned char | Events |
| 1byte of all Windlass Monitoring Events, 0x00 would be NoErrors present More... | |
DD477 - Windlass Monitoring Events according to PGN 128778.
DD477 - Windlass Monitoring Events DF52 8bit
Definition at line 424 of file NMEA2000StdTypes.h.
|
inline |
Definition at line 431 of file NMEA2000StdTypes.h.
|
inline |
Definition at line 432 of file NMEA2000StdTypes.h.
| unsigned char tN2kDD477::ControllerOverCurrentCutout |
Controller over current cut-out.
Definition at line 428 of file NMEA2000StdTypes.h.
| unsigned char tN2kDD477::ControllerOverTemperatureCutout |
Controller over temperature cut-out.
Definition at line 429 of file NMEA2000StdTypes.h.
| unsigned char tN2kDD477::ControllerUnderVoltageCutout |
Controller under voltage cut-out.
Definition at line 427 of file NMEA2000StdTypes.h.
| struct { ... } tN2kDD477::Event |
| unsigned char tN2kDD477::Events |
1byte of all Windlass Monitoring Events, 0x00 would be NoErrors present
Definition at line 425 of file NMEA2000StdTypes.h.