NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
DevBlkCDIFrameReport Struct Reference

Detailed Description

Holds the sensor report frame report structure.

Definition at line 367 of file NvSIPLCDICommon.h.

Data Fields

NvSiplBool frameReportValid
 Holds a flag which enables or disables frame report block. More...
 
uint8_t numBytes
 Holds the number of active frame report bytes. More...
 
uint8_t sensorframeReport [DEVBLK_CDI_MAX_FRAME_REPORT_BYTES]
 Holds the values of active frame report bytes. More...
 

Field Documentation

◆ frameReportValid

NvSiplBool DevBlkCDIFrameReport::frameReportValid

Holds a flag which enables or disables frame report block.

Definition at line 371 of file NvSIPLCDICommon.h.

◆ numBytes

uint8_t DevBlkCDIFrameReport::numBytes

Holds the number of active frame report bytes.

Valid Range: [1, DEVBLK_CDI_MAX_FRAME_REPORT_BYTES].

Definition at line 377 of file NvSIPLCDICommon.h.

◆ sensorframeReport

uint8_t DevBlkCDIFrameReport::sensorframeReport[DEVBLK_CDI_MAX_FRAME_REPORT_BYTES]

Holds the values of active frame report bytes.

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

Definition at line 384 of file NvSIPLCDICommon.h.


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