nidas  v1.2-1520
Public Attributes | List of all members
_Tap2D_v1 Struct Reference

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) More...
 
unsigned char div10
 boolean toggle for frequency divide by 10 More...
 
unsigned char cntr
 counter from 1 to 10 More...
 
unsigned char dummy
 

Detailed Description

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.

Member Data Documentation

unsigned char _Tap2D_v1::cntr

counter from 1 to 10

unsigned char _Tap2D_v1::div10

boolean toggle for frequency divide by 10

Referenced by nidas::dynld::raf::TwoD_USB::Tap2DToTAS().

unsigned char _Tap2D_v1::dummy
unsigned char _Tap2D_v1::ntap

which tap in the variable resistor (0-255)

Referenced by nidas::dynld::raf::TwoD_USB::Tap2DToTAS().


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