ISF  2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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 70 of file isf_dsa_adapter.h.

Field Documentation

uint8 nNativeDataSetSize

The size of the native data set for this sensor.

Definition at line 74 of file isf_dsa_adapter.h.

Referenced by fsl_fusion_virt_3D_orient_Configure(), and isf_dsa_get_sizeof_native_data_type().

isf_SensorDataTypes_t* pSupportedSensorDataTypes

Pointer to a zero-terminated array of sensor data types

Definition at line 73 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 72 of file isf_dsa_adapter.h.

Referenced by isf_dsa_get_sensor_types().


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