NMEA2000 Library
0.1
Library to handle NMEA 2000 Communication written in C++
|
DD483 - Windlass Operating Events according to PGN 128777. More...
#include <NMEA2000StdTypes.h>
Public Member Functions | |
tN2kDD483 () | |
void | SetEvents (unsigned char _Events) |
Public Attributes | |
struct { | |
unsigned char EndOfRodeReached:1 | |
End of rode reached (rode has been fully deployed) More... | |
unsigned char NoWindlassMotionDetected:1 | |
No windlass motion detected. More... | |
unsigned char RetrievalDockingDistanceReached:1 | |
Retrieval docking distance reached (retrieving anchor is nearing the boat, so more care can be taken to complete docking) More... | |
unsigned char SensorError:1 | |
Sensor error. More... | |
unsigned char SystemError:1 | |
System error. More... | |
} | Event |
unsigned char | Events |
1byte of all Windlass Operating Events, 0x00 would be NoErrors present More... | |
DD483 - Windlass Operating Events according to PGN 128777.
DD483 - Windlass Operating Events DF52 6bit
Definition at line 520 of file NMEA2000StdTypes.h.
|
inline |
Definition at line 529 of file NMEA2000StdTypes.h.
|
inline |
Definition at line 530 of file NMEA2000StdTypes.h.
unsigned char tN2kDD483::EndOfRodeReached |
End of rode reached (rode has been fully deployed)
Definition at line 527 of file NMEA2000StdTypes.h.
struct { ... } tN2kDD483::Event |
unsigned char tN2kDD483::Events |
1byte of all Windlass Operating Events, 0x00 would be NoErrors present
Definition at line 521 of file NMEA2000StdTypes.h.
unsigned char tN2kDD483::NoWindlassMotionDetected |
No windlass motion detected.
Definition at line 525 of file NMEA2000StdTypes.h.
unsigned char tN2kDD483::RetrievalDockingDistanceReached |
Retrieval docking distance reached (retrieving anchor is nearing the boat, so more care can be taken to complete docking)
Definition at line 526 of file NMEA2000StdTypes.h.
unsigned char tN2kDD483::SensorError |
Sensor error.
Definition at line 524 of file NMEA2000StdTypes.h.
unsigned char tN2kDD483::SystemError |
System error.
Definition at line 523 of file NMEA2000StdTypes.h.