NMEA2000 Library
0.1
Library to handle NMEA 2000 Communication written in C++
|
DD475 - Thruster Control Events according to PGN 128006. More...
#include <NMEA2000StdTypes.h>
Public Member Functions | |
tN2kDD475 () | |
void | SetEvents (unsigned char _Events) |
Public Attributes | |
struct { | |
unsigned char AnotherDeviceControllingThruster:1 | |
Another device is controlling thruster. More... | |
unsigned char BoatSpeedTooFast:1 | |
Boat speed too fast to safely use thruster. More... | |
} | Event |
unsigned char | Events |
1byte of all Thruster Control Events, 0x00 would be NoErrors More... | |
DD475 - Thruster Control Events according to PGN 128006.
DD475 - Thruster Control Events DF52 8bit
Definition at line 402 of file NMEA2000StdTypes.h.
|
inline |
Definition at line 408 of file NMEA2000StdTypes.h.
|
inline |
Definition at line 409 of file NMEA2000StdTypes.h.
unsigned char tN2kDD475::AnotherDeviceControllingThruster |
Another device is controlling thruster.
Definition at line 405 of file NMEA2000StdTypes.h.
unsigned char tN2kDD475::BoatSpeedTooFast |
Boat speed too fast to safely use thruster.
Definition at line 406 of file NMEA2000StdTypes.h.
struct { ... } tN2kDD475::Event |
unsigned char tN2kDD475::Events |
1byte of all Thruster Control Events, 0x00 would be NoErrors
Definition at line 403 of file NMEA2000StdTypes.h.