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

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

Detailed Description

DD483 - Windlass Operating Events according to PGN 128777.

DD483 - Windlass Operating Events DF52 6bit

  • 0b000000 = No errors / events present
  • 0bxxxxx1 = System error
  • 0bxxxx1x = Sensor error
  • 0bxxx1xx = No windlass motion detected
  • 0bxx1xxx = Retrieval docking distance reached (retrieving anchor is nearing the boat, so more care can be taken to complete docking)
  • 0bx1xxxx = End of rode reached (rode has been fully deployed)
  • 0b1xxxxx = Reserved

Definition at line 520 of file NMEA2000StdTypes.h.

Constructor & Destructor Documentation

◆ tN2kDD483()

tN2kDD483::tN2kDD483 ( )
inline

Definition at line 529 of file NMEA2000StdTypes.h.

Member Function Documentation

◆ SetEvents()

void tN2kDD483::SetEvents ( unsigned char  _Events)
inline

Definition at line 530 of file NMEA2000StdTypes.h.

Member Data Documentation

◆ EndOfRodeReached

unsigned char tN2kDD483::EndOfRodeReached

End of rode reached (rode has been fully deployed)

Definition at line 527 of file NMEA2000StdTypes.h.

◆ 

struct { ... } tN2kDD483::Event

◆ Events

unsigned char tN2kDD483::Events

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

Definition at line 521 of file NMEA2000StdTypes.h.

◆ NoWindlassMotionDetected

unsigned char tN2kDD483::NoWindlassMotionDetected

No windlass motion detected.

Definition at line 525 of file NMEA2000StdTypes.h.

◆ RetrievalDockingDistanceReached

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.

◆ SensorError

unsigned char tN2kDD483::SensorError

Sensor error.

Definition at line 524 of file NMEA2000StdTypes.h.

◆ SystemError

unsigned char tN2kDD483::SystemError

System error.

Definition at line 523 of file NMEA2000StdTypes.h.


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