89 event_t *pEventGroup,
uint32 nEventFieldIndex,
uint32 *pTokenAssigned );
sm_result_t isf_sm_get_sensor_data(uint32 nTokenID, void *pSensorData)
This Sensor Manager API allows a subscriber to fetch a new sensor data set.
sm_result_t isf_sm_begin_sensor_data(uint32 nTokenID)
This Sensor Manager API allows a subscriber to receive sensor data.
sm_result_t isf_sm_unsubscribe_sensor_data(uint32 nTokenID)
This Sensor Manager API unsubscribes from receiving sensor data.
sm_result_t isf_sm_subscribe_sensor_data(uint8 nSensorID, isf_SubscriptionSettings_t *pRequiredSettings, event_t *pEventGroup, uint32 nEventFieldIndex, uint32 *pTokenAssigned)
This is the Sensor Manager API used to subscribe to sensor data.
Main ISF header file. Contains code common to all ISF components.
sm_result_t isf_sm_end_sensor_data(uint32 nTokenID)
This Sensor Manager API is used by a subscriber to stop receiving sensor data.
int32 sm_result_t
Sensor Manager API return type.
uint8 isf_sm_find_sensor_by_type(isf_SensorTypes_t typeToFind, isf_SensorDataTypes_t dataTypeToFind, uint8 *sensorList, uint8 sensorListSize)
This is the Sensor Manager API used to find a sensor of the requested type.
The isf_sm_types.h contains the collection of type definitions used in the Sensor Manager Interface a...