NVIDIA DRIVE OS Linux SDK API Reference

5.2.6 Release
For Test and Development only
nvsipl::SiplControlEmbedData Struct Reference

Detailed Description

Embedded data and parsed information.

Definition at line 98 of file NvSIPLControlAutoDef.hpp.

Collaboration diagram for nvsipl::SiplControlEmbedData:

Data Fields

SiplControlEmbedInfo embedInfo
 Holds the parsed embedded info for the captured frame. More...
 
DevBlkCDIFrameSeqNum frameSeqNum
 Holds frame sequence number for the captured frame, DevBlkCDIFrameSeqNum is defined externally in devblk_cdi.h and has two member variables: More...
 
DevBlkCDIEmbeddedDataChunk topEmbeddedData
 Holds information of the embedded data buffer attached to the beginning of the frame. More...
 
DevBlkCDIEmbeddedDataChunk bottomEmbeddedData
 Holds information of the embedded data buffer attached to the end of the frame. More...
 

Field Documentation

◆ bottomEmbeddedData

DevBlkCDIEmbeddedDataChunk nvsipl::SiplControlEmbedData::bottomEmbeddedData

Holds information of the embedded data buffer attached to the end of the frame.

DevBlkCDIEmbeddedDataChunk is defined externally in devblk_cdi.h and has two member variables:

  • lineLength, holds the line length of an embedded chunk, in bytes.
  • lineData, holds a pointer to the data chunk.

Definition at line 123 of file NvSIPLControlAutoDef.hpp.

◆ embedInfo

SiplControlEmbedInfo nvsipl::SiplControlEmbedData::embedInfo

Holds the parsed embedded info for the captured frame.

Definition at line 102 of file NvSIPLControlAutoDef.hpp.

◆ frameSeqNum

DevBlkCDIFrameSeqNum nvsipl::SiplControlEmbedData::frameSeqNum

Holds frame sequence number for the captured frame, DevBlkCDIFrameSeqNum is defined externally in devblk_cdi.h and has two member variables:

  • frameSeqNumValid, holds a flag which enables or disables the frame sequence number block.
  • frameSequenceNumber, holds the sensor frame sequence number value.

Definition at line 109 of file NvSIPLControlAutoDef.hpp.

◆ topEmbeddedData

DevBlkCDIEmbeddedDataChunk nvsipl::SiplControlEmbedData::topEmbeddedData

Holds information of the embedded data buffer attached to the beginning of the frame.

DevBlkCDIEmbeddedDataChunk is defined externally in devblk_cdi.h and has two member variables:

  • lineLength, holds the line length of an embedded chunk, in bytes.
  • lineData, holds a pointer to the data chunk.

Definition at line 116 of file NvSIPLControlAutoDef.hpp.


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