![]() |
ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
|
This defines the DSA adapter device information block. More...
#include <isf_dsa_adapter.h>
Data Fields | |
isf_SensorTypes_t * | pSupportedSensorTypes |
isf_SensorDataTypes_t * | pSupportedSensorDataTypes |
uint8 | nNativeDataSetSize |
This defines the DSA adapter device information block.
Definition at line 68 of file isf_dsa_adapter.h.
uint8 nNativeDataSetSize |
The size of the native data set for this sensor.
Definition at line 72 of file isf_dsa_adapter.h.
Referenced by isf_dsa_get_sizeof_native_data_type().
isf_SensorDataTypes_t* pSupportedSensorDataTypes |
Pointer to a zero-terminated array of sensor data types
Definition at line 71 of file isf_dsa_adapter.h.
Referenced by isf_dsa_get_sensor_data_types().
isf_SensorTypes_t* pSupportedSensorTypes |
Pointer to a zero-terminated array of sensor types
Definition at line 70 of file isf_dsa_adapter.h.
Referenced by isf_dsa_get_sensor_types().