![]() |
![]() |
MSP430UltrasonicLibrary
02_30_00_03
|
Functions | |
int16_t | USS_findTemperature (USS_Alg_temperature_Calculation_Object *tempObj, int16_t l, int16_t r, int32_t x) |
int32_t | USS_calculateVelocity (USS_SW_Library_configuration *config, USS_Algorithms_Results_fixed_point *results) |
USS_message_code | USS_computeTemperature (USS_SW_Library_configuration *config, USS_Algorithms_Results_fixed_point *results) |
The following API computes temperature using UPS and DNS AbsToF. More... | |
USS_message_code | USS_setTemperature (float temperature, USS_Algorithms_Results_fixed_point *results) |
The following API updates the fixed point temperature. More... | |
int16_t USS_findTemperature | ( | USS_Alg_temperature_Calculation_Object * | tempObj, |
int16_t | l, | ||
int16_t | r, | ||
int32_t | x | ||
) |
References _USS_Alg_temperature_Calculation_Object_::pTempLUT.
Referenced by USS_computeTemperature().
int32_t USS_calculateVelocity | ( | USS_SW_Library_configuration * | config, |
USS_Algorithms_Results_fixed_point * | results | ||
) |
References _USS_SW_Library_configuration_::algorithmsConfig, _USS_Alg_temperature_Calculation_Object_::iq24transducerConstant, _USS_Algorithms_Results_fixed_point_::iq40TotalTOF_DNS, _USS_Algorithms_Results_fixed_point_::iq40TotalTOF_UPS, and _USS_Algorithms_User_Configuration_::tempCalcObject.
Referenced by USS_computeTemperature().