Holds the sensor companding piecewise linear (PWL) structure.
Definition at line 391 of file NvSIPLCDICommon.h.

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... | |
| NvSiplPointDouble DevBlkCDIPWL::kneePoints[DEVBLK_CDI_MAX_PWL_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.
| 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.
| NvSiplBool DevBlkCDIPWL::pwlValid |
Holds a flag which enables or disables the sensor PWL block.
Definition at line 395 of file NvSIPLCDICommon.h.