dfti::uADCData Struct Reference
Structure to hold uADC data. More...
#include <uadc.hh>
Public Attributes | |
| quint32 | id = 0 |
| Sequence number, overflows after 99999. | |
| float | iasMps = 0 |
| Indicated Airspeed, meters / second. More... | |
| float | aoaDeg = 0 |
| Angle-of-Attack, degrees. More... | |
| float | aosDeg = 0 |
| Sideslip Angle, degrees. More... | |
| quint16 | altM = 0 |
| Pressure altitude, meters. | |
| quint32 | ptPa = 0 |
| Total Pressure, Pa. | |
| quint32 | psPa = 0 |
| Static Pressure, Pa. | |
Detailed Description
Structure to hold uADC data.
Member Data Documentation
| float dfti::uADCData::aoaDeg = 0 |
Angle-of-Attack, degrees.
The angle-of-attack is represented as +/-XX.XX.
| float dfti::uADCData::aosDeg = 0 |
Sideslip Angle, degrees.
The sideslip angle is represented as +/-XX.XX.
| float dfti::uADCData::iasMps = 0 |
Indicated Airspeed, meters / second.
The indicated airspeed is measured from the uADC 5-hole probe and is read in with the format XX.XX, which means the highest representable airspeed is 99.99 m/s, which is about 195 knots.
The documentation for this struct was generated from the following file:

1.8.11