ISF  1.1
Intelligent Sensing Framework
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines
User/Include/isf_sensor_configuration.h File Reference

The isf_sensor_configuration.h contains the enumerated list of Digital Sensor Abstraction (DSA) sensor adapters and the external declarations of the currently supported sensor adapters. More...

Go to the source code of this file.

Typedefs

typedef enum Sensor_sensors_en SensorId_t
 This is the enumeration of the DSA sensor adapter list.

Enumerations

enum  Sensor_sensors_en { DSA_FXLC95000_3D_ACCEL = 0, DSA_FSL_3D_MAGNETOMETER, DSA_NUM_SUPPORTED_SENSORS }
 This is the enumeration of the DSA sensor adapter list. More...

Variables

sm_DsaAdapter_t fsl_fxlc95000_mmap_3D_accel_adapter
 This is the external declaration of the FXLC95000 Accelerometer adapter object.
sm_DsaAdapter_t fsl_mag3110_i2c_3D_mag_adapter
 This is the external declaration of the MAG310 Magnetometer adapter object.

Detailed Description

The isf_sensor_configuration.h contains the enumerated list of Digital Sensor Abstraction (DSA) sensor adapters and the external declarations of the currently supported sensor adapters.

Definition in file isf_sensor_configuration.h.


Typedef Documentation

This is the enumeration of the DSA sensor adapter list.


Enumeration Type Documentation

This is the enumeration of the DSA sensor adapter list.

Enumerator:
DSA_FXLC95000_3D_ACCEL 

Define for the FXLC95000 Accelerometer adapter.

DSA_FSL_3D_MAGNETOMETER 

Define for the Freescale Mag3110 Magnetomer adapter.

DSA_NUM_SUPPORTED_SENSORS 

Define for the number of sensors in the DSA Sensor List array.

Definition at line 27 of file isf_sensor_configuration.h.


Variable Documentation

This is the external declaration of the FXLC95000 Accelerometer adapter object.

This is the external declaration of the MAG310 Magnetometer adapter object.