ISF  2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
isf_pressure_types.h File Reference

The isf_pressure_types.h file contains the ISF data type definitions for use with the ISF generic pressure fixed and floating point interface. More...

Include dependency graph for isf_pressure_types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  isf_KiloPascals1D_EngFixed_t
 Standard fixed type for single axis pressure sensor. More...
 
struct  isf_KiloPascals1D_float_t
 Standard floating point type for single axis pressure sensor. More...
 

Typedefs

typedef int32 isf_pressure_kPa_fixed_32s1i16_t
 ISF sensors standard fixed point pressure in kiloPascals 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 kPas. The type can contain pressures in the +/- 32768 kPa range. More...
 
typedef float isf_pressure_kPa_float_t
 ISF sensors standard floating point pressure in kiloPascals. More...
 

Detailed Description

The isf_pressure_types.h file contains the ISF data type definitions for use with the ISF generic pressure fixed and floating point interface.

Definition in file isf_pressure_types.h.

Typedef Documentation

ISF sensors standard fixed point pressure in kiloPascals 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 kPas. The type can contain pressures in the +/- 32768 kPa range.

Definition at line 22 of file isf_pressure_types.h.

typedef float isf_pressure_kPa_float_t

ISF sensors standard floating point pressure in kiloPascals.

Definition at line 33 of file isf_pressure_types.h.