Test, please delete

Embed: (wiki syntax)

« Back to documentation index

ADI_SENSE_1000_LUT_TABLE_DATA Union Reference

ADI_SENSE_1000_LUT_TABLE_DATA Union Reference
[ADSNS1000 Host Library API]

#include <adi_sense_1000_lut_data.h>

Data Fields

ADI_SENSE_1000_LUT_COEFF_LIST coeffList
 Data format for tables with ADI_SENSE_1000_LUT_GEOMETRY_COEFFS geometry except where equation is ADI_SENSE_1000_LUT_EQUATION_BIVARIATE_POLYN.
ADI_SENSE_1000_LUT_1D_ES lut1dEs
 Data format for tables with ADI_SENSE_1000_LUT_GEOMETRY_ES_1D geometry.
ADI_SENSE_1000_LUT_1D_NES lut1dNes
 Data format for tables with ADI_SENSE_1000_LUT_GEOMETRY_NES_1D geometry.
ADI_SENSE_1000_LUT_2D_ES lut2dEs
 Data format for tables with ADI_SENSE_1000_LUT_GEOMETRY_ES_2D geometry.
ADI_SENSE_1000_LUT_2D_NES lut2dNes
 Data format for tables with ADI_SENSE_1000_LUT_GEOMETRY_NES_2D geometry.
ADI_SENSE_1000_LUT_2D_POLYN_COEFF_LIST coeffList2d
 Data format for tables with ADI_SENSE_1000_LUT_GEOMETRY_COEFFS geometry and ADI_SENSE_1000_LUT_EQUATION_BIVARIATE_POLYN equation.

Detailed Description

Look-Up Table geometry-specific data structures

Definition at line 293 of file adi_sense_1000_lut_data.h.


Field Documentation

ADI_SENSE_1000_LUT_COEFF_LIST coeffList

Data format for tables with ADI_SENSE_1000_LUT_GEOMETRY_COEFFS geometry except where equation is ADI_SENSE_1000_LUT_EQUATION_BIVARIATE_POLYN.

Definition at line 295 of file adi_sense_1000_lut_data.h.

ADI_SENSE_1000_LUT_2D_POLYN_COEFF_LIST coeffList2d

Data format for tables with ADI_SENSE_1000_LUT_GEOMETRY_COEFFS geometry and ADI_SENSE_1000_LUT_EQUATION_BIVARIATE_POLYN equation.

Definition at line 306 of file adi_sense_1000_lut_data.h.

ADI_SENSE_1000_LUT_1D_ES lut1dEs

Data format for tables with ADI_SENSE_1000_LUT_GEOMETRY_ES_1D geometry.

Definition at line 298 of file adi_sense_1000_lut_data.h.

ADI_SENSE_1000_LUT_1D_NES lut1dNes

Data format for tables with ADI_SENSE_1000_LUT_GEOMETRY_NES_1D geometry.

Definition at line 300 of file adi_sense_1000_lut_data.h.

ADI_SENSE_1000_LUT_2D_ES lut2dEs

Data format for tables with ADI_SENSE_1000_LUT_GEOMETRY_ES_2D geometry.

Definition at line 302 of file adi_sense_1000_lut_data.h.

ADI_SENSE_1000_LUT_2D_NES lut2dNes

Data format for tables with ADI_SENSE_1000_LUT_GEOMETRY_NES_2D geometry.

Definition at line 304 of file adi_sense_1000_lut_data.h.