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

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

Detailed Description

DD478 - Windlass Control Events according to PGN 128776.

DD478 - Windlass Control Events DF52 4bit

  • 0b0000 = No errors present
  • 0bxxx1 = Another device controlling windlass
  • 0bxx1x = Reserved
  • 0bx1xx = Reserved
  • 0b1xxx = Reserved

Definition at line 446 of file NMEA2000StdTypes.h.

Constructor & Destructor Documentation

◆ tN2kDD478()

tN2kDD478::tN2kDD478 ( )
inline

Definition at line 451 of file NMEA2000StdTypes.h.

Member Function Documentation

◆ SetEvents()

void tN2kDD478::SetEvents ( unsigned char  _Events)
inline

Definition at line 452 of file NMEA2000StdTypes.h.

Member Data Documentation

◆ AnotherDeviceControllingWindlass

unsigned char tN2kDD478::AnotherDeviceControllingWindlass

Another device controlling windlass.

Definition at line 449 of file NMEA2000StdTypes.h.

◆ 

struct { ... } tN2kDD478::Event

◆ Events

unsigned char tN2kDD478::Events

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

Definition at line 447 of file NMEA2000StdTypes.h.


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