ISF  2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
isf_sensors.h File Reference

isf_sensors.h contains the ISF Generic Sensor definitions and data structures required when a client task accesses accelerometer sensor data via the Sensor Manager API. More...

#include <isf_types.h>
#include <isf_devmsg.h>
#include <isf_bm.h>
#include <isf_dsa_adapter.h>
Include dependency graph for isf_sensors.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  DeviceDescriptor_struct
 Define the sensor device descriptor. More...
 

Typedefs

typedef struct
DeviceDescriptor_struct 
DeviceDescriptor_t
 Define the sensor device descriptor. More...
 

Enumerations

enum  sensor_mode_t { SENSOR_BOOT, SENSOR_STANDBY, SENSOR_READY, SENSOR_ACTIVE }
 
enum  { SENSOR_STATE_UNINITIALIZED, SENSOR_STATE_INITIALIZED, SENSOR_STATE_CONFIGURED, SENSOR_STATE_STARTED }
 Define the sensor internal states. More...
 
enum  { SENSOR_ERROR_CHECKID, SENSOR_ERROR_SETMODE, SENSOR_ERROR_GETDATA }
 Define the sensor error status values. More...
 

Detailed Description

isf_sensors.h contains the ISF Generic Sensor definitions and data structures required when a client task accesses accelerometer sensor data via the Sensor Manager API.

Definition in file isf_sensors.h.

Typedef Documentation

Define the sensor device descriptor.

Enumeration Type Documentation

anonymous enum

Define the sensor internal states.

Enumerator
SENSOR_STATE_UNINITIALIZED 
SENSOR_STATE_INITIALIZED 
SENSOR_STATE_CONFIGURED 
SENSOR_STATE_STARTED 

Definition at line 30 of file isf_sensors.h.

anonymous enum

Define the sensor error status values.

Enumerator
SENSOR_ERROR_CHECKID 
SENSOR_ERROR_SETMODE 
SENSOR_ERROR_GETDATA 

Definition at line 40 of file isf_sensors.h.

Enumerator
SENSOR_BOOT 
SENSOR_STANDBY 
SENSOR_READY 
SENSOR_ACTIVE 

Definition at line 19 of file isf_sensors.h.