SELKIELogger  1.0.0

Internal representation of a Datawell HVA message. More...

#include <DWTypes.h>

Collaboration diagram for dw_hva:

Public Attributes

uint8_t seq
 Sequence number, transmitted as two hex characters.
 
char rtStatus
 Real time channel status information. More...
 
uint8_t rt [9]
 Real time data.
 
char packStatus
 Packet data status information. More...
 
uint8_t pack [3]
 Packet data.
 

Detailed Description

Internal representation of a Datawell HVA message.

Transmitted as text, terminated by a carriage return (not stored). The sequence number and data arrays are transmitted as hexadecimal characters, with two characters representing each byte stored.

Definition at line 72 of file DWTypes.h.

Member Data Documentation

◆ packStatus

char dw_hva::packStatus

Packet data status information.

See also
Channel Status

Definition at line 76 of file DWTypes.h.

◆ rtStatus

char dw_hva::rtStatus

Real time channel status information.

See also
Channel Status

Definition at line 74 of file DWTypes.h.


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