MSP430UltrasonicLibrary  02_30_00_03
Data Fields
_USS_Alg_temperature_Calculation_Object_ Struct Reference

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...
 

Detailed Description

Contain temperature lookup table data.

Field Documentation

§ pTempLUT

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().

§ tempLUTLength

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().

§ iq24transducerConstant

int32_t _USS_Alg_temperature_Calculation_Object_::iq24transducerConstant

Transducer Length (L) / 2 used to calculate velocity.

Referenced by USS_calculateVelocity().


The documentation for this struct was generated from the following file:
© Copyright 1995-2020, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale