![]() |
![]() |
MSP430UltrasonicLibrary
02_30_00_03
|
Contain temperature lookup table data. More...
#include <ussSwLib.h>
Data Fields | |
const int32_t(* | pTempLUT )[3] |
Pointer to look-up table (LUT) used for temperature calculation. More... | |
uint16_t | tempLUTLength |
int32_t | iq24transducerConstant |
Transducer Length (L) / 2 used to calculate velocity. More... | |
Contain temperature lookup table data.
const int32_t(* _USS_Alg_temperature_Calculation_Object_::pTempLUT)[3] |
Pointer to look-up table (LUT) used for temperature calculation.
Referenced by USS_computeTemperature(), and USS_findTemperature().
uint16_t _USS_Alg_temperature_Calculation_Object_::tempLUTLength |
Length of look-up table (LUT) used for temperature calculation. TODO: Check assumption customer's req resolution of .1, if we only support .5 at the least then switch data type to uint8_t Also verify temperature will only be in Celcious
Referenced by USS_computeTemperature().
int32_t _USS_Alg_temperature_Calculation_Object_::iq24transducerConstant |
Transducer Length (L) / 2 used to calculate velocity.
Referenced by USS_calculateVelocity().