NMEA2000 Library  0.1
Library to handle NMEA 2000 Communication written in C++
tN2kDD477 Union Reference

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...
 

Detailed Description

DD477 - Windlass Monitoring Events according to PGN 128778.

DD477 - Windlass Monitoring Events DF52 8bit

  • 0b0000 0000 = No errors present
  • 0bxxxx xxx1 = Controller under voltage cut-out
  • 0bxxxx xx1x = Controller over current cut-out
  • 0bxxxx x1xx = Controller over temperature cut-out
  • 0bxxxx 1xxx = Manufacturer defined

Definition at line 424 of file NMEA2000StdTypes.h.

Constructor & Destructor Documentation

◆ tN2kDD477()

tN2kDD477::tN2kDD477 ( )
inline

Definition at line 431 of file NMEA2000StdTypes.h.

Member Function Documentation

◆ SetEvents()

void tN2kDD477::SetEvents ( unsigned char  _Events)
inline

Definition at line 432 of file NMEA2000StdTypes.h.

Member Data Documentation

◆ ControllerOverCurrentCutout

unsigned char tN2kDD477::ControllerOverCurrentCutout

Controller over current cut-out.

Definition at line 428 of file NMEA2000StdTypes.h.

◆ ControllerOverTemperatureCutout

unsigned char tN2kDD477::ControllerOverTemperatureCutout

Controller over temperature cut-out.

Definition at line 429 of file NMEA2000StdTypes.h.

◆ ControllerUnderVoltageCutout

unsigned char tN2kDD477::ControllerUnderVoltageCutout

Controller under voltage cut-out.

Definition at line 427 of file NMEA2000StdTypes.h.

◆ 

struct { ... } tN2kDD477::Event

◆ Events

unsigned char tN2kDD477::Events

1byte of all Windlass Monitoring Events, 0x00 would be NoErrors present

Definition at line 425 of file NMEA2000StdTypes.h.


The documentation for this union was generated from the following file: