NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
DevBlkCDIPWL Struct Reference

Detailed Description

Holds the sensor companding piecewise linear (PWL) structure.

Definition at line 391 of file NvSIPLCDICommon.h.

Collaboration diagram for DevBlkCDIPWL:

Data Fields

NvSiplBool pwlValid
 Holds a flag which enables or disables the sensor PWL block. More...
 
uint8_t numKneePoints
 Holds the number of active PWL knee points. More...
 
NvSiplPointDouble kneePoints [DEVBLK_CDI_MAX_PWL_KNEEPOINTS]
 Holds the values of active PWL knee points. More...
 

Field Documentation

◆ kneePoints

Holds the values of active PWL knee points.

Array indexes must be in the range [0, (numKneePoints-1)].

Definition at line 407 of file NvSIPLCDICommon.h.

◆ numKneePoints

uint8_t DevBlkCDIPWL::numKneePoints

Holds the number of active PWL knee points.

Must be in the range [1, DEVBLK_CDI_MAX_PWL_KNEEPOINTS].

Definition at line 401 of file NvSIPLCDICommon.h.

◆ pwlValid

NvSiplBool DevBlkCDIPWL::pwlValid

Holds a flag which enables or disables the sensor PWL block.

Definition at line 395 of file NvSIPLCDICommon.h.


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