uadc.hh
Go to the documentation of this file.
const quint8 uadcPktIasPos
uADC packet velocity byte start position.
Definition: uadc.hh:31
Serial IO Sensor interface.
const quint8 uadcPktIasLen
uADC packet velocity byte length.
Definition: uadc.hh:33
const quint8 uadcPktAoSPos
uADC packet AoS byte start position.
Definition: uadc.hh:39
Base class for interfacing with sensors over a serial port (UART/RS-232).
Definition: serialsensor.hh:30
const quint8 uadcPktPtLen
uADC packet total pressure byte length.
Definition: uadc.hh:49
const quint8 uadcPktAoAPos
uADC packet AoA byte start position.
Definition: uadc.hh:35
const quint8 uadcPktPtPos
uADC packet total pressure byte start position.
Definition: uadc.hh:47
Definition: autopilot.cc:12
const quint8 uadcPktPsPos
uADC packet static pressure byte start position.
Definition: uadc.hh:51
const quint8 uadcPktAltPos
uADC packet altitude byte start position.
Definition: uadc.hh:43
DFTI settings manager interface.
const quint8 uadcPktPsLen
uADC packet static pressure byte length.
Definition: uadc.hh:53
const quint8 uadcPktAltLen
uADC packet altitude byte length.
Definition: uadc.hh:45
bool validateUADCChecksum(QByteArray pkt)
Validate the uADC packet checksum.
Definition: uadc.cc:109