nidas v1.2.3
|
Struct to adjust probe slice rate for true airspeed. More...
#include <usbtwod.h>
Public Attributes | |
unsigned char | ntap |
which tap in the variable resistor (0-255) | |
unsigned char | div10 |
boolean toggle for frequency divide by 10 | |
unsigned char | cntr |
counter from 1 to 10 | |
unsigned char | dummy |
Struct to adjust probe slice rate for true airspeed.
True airspeed arrives at the sensor class which then converts it into this struct. It is then passed to the PMS2D USB driver and then on to the probe itself. This struct is also then recorded with each buffer that comes back from the probe.
This covers versions of the probe through June 22nd 2009. CJW.
unsigned char _Tap2D_v1::cntr |
counter from 1 to 10
unsigned char _Tap2D_v1::div10 |
boolean toggle for frequency divide by 10
unsigned char _Tap2D_v1::dummy |
unsigned char _Tap2D_v1::ntap |
which tap in the variable resistor (0-255)