ISF  2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
isf_dsa_DeviceInfoBlock_st Struct Reference

This defines the DSA adapter device information block. More...

#include <isf_dsa_adapter.h>

Collaboration diagram for isf_dsa_DeviceInfoBlock_st:
Collaboration graph

Data Fields

isf_SensorTypes_tpSupportedSensorTypes
 
isf_SensorDataTypes_tpSupportedSensorDataTypes
 
uint8 nNativeDataSetSize
 

Detailed Description

This defines the DSA adapter device information block.

Definition at line 68 of file isf_dsa_adapter.h.

Field Documentation

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().


The documentation for this struct was generated from the following file: