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

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

Include dependency graph for isf_altitude_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_Meters1D_EngFixed_t
 Standard fixed type for single axis altitude sensor. More...
 
struct  isf_Meters1D_float_t
 Standard floating point type for single axis altitude sensor. More...
 

Typedefs

typedef int32 isf_alt_meters_fixed_32s1i16_t
 ISF sensors standard fixed point altitude in meters using AC_Fixed(32,16,1) notation This means of 32 total bits, 16 are used to represent the integer portion with the MSB as a sign bit. the LSB is therefore ~1.5259E-05 meters. The type can contain pressures in the +/- 32768 meter range. More...
 
typedef float isf_altitude_meters_float_t
 ISF sensors standard floating point altitude in meters. More...
 

Detailed Description

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

Definition in file isf_altitude_types.h.

Typedef Documentation

ISF sensors standard fixed point altitude in meters using AC_Fixed(32,16,1) notation This means of 32 total bits, 16 are used to represent the integer portion with the MSB as a sign bit. the LSB is therefore ~1.5259E-05 meters. The type can contain pressures in the +/- 32768 meter range.

Definition at line 22 of file isf_altitude_types.h.

ISF sensors standard floating point altitude in meters.

Definition at line 33 of file isf_altitude_types.h.