9 #ifndef ISF_TEMPERATURE_TYPES_H_
10 #define ISF_TEMPERATURE_TYPES_H_
isf_temperature_degC_float_t temperature
int32 isf_temperature_degC_fixed_32s1i16_t
ISF sensors standard fixed point temperature in degrees Celsius using AC_Fixed(32,16,1) notation This means of 32 total bits, 16 are used to represent the fractional portion and the MSB is used as a sign bit. the LSB is therefore ~1.5259E-05 degC. The type can contain pressures in the +/- 32768 degC range.
Standard floating point type for single axis temperature sensor.
isf_temperature_degC_fixed_32s1i16_t temperature
The isf_sensor_base_types.h file contains declarations for the general base types used in the isf sen...
isf_timestamp_t timestamp
uint32 isf_timestamp_t
Standard timestamp.
long int32
This defines int32 as long.
Standard fixed type for single axis pressure sensor.
isf_timestamp_t timestamp
float isf_temperature_degC_float_t
ISF sensors standard floating point temperature in degC.