NVIDIA DRIVE OS Linux SDK API Reference

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

Detailed Description

Embedded data and parsed info.

Definition at line 117 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 has two member variables: More...
 
DevBlkCDIEmbeddedDataChunk topEmbeddedData
 Embedded buffer at the beginning of the frame, DevBlkCDIEmbeddedDataChunk has two member variables: More...
 
DevBlkCDIEmbeddedDataChunk bottomEmbeddedData
 Embedded buffer at the end of the frame, DevBlkCDIEmbeddedDataChunk has two member variables: More...
 

Field Documentation

◆ bottomEmbeddedData

DevBlkCDIEmbeddedDataChunk nvsipl::SiplControlEmbedData::bottomEmbeddedData

Embedded buffer at the end of the frame, DevBlkCDIEmbeddedDataChunk 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 142 of file NvSIPLControlAutoDef.hpp.

◆ embedInfo

SiplControlEmbedInfo nvsipl::SiplControlEmbedData::embedInfo

Holds the parsed embedded info for the captured frame.

Definition at line 121 of file NvSIPLControlAutoDef.hpp.

◆ frameSeqNum

DevBlkCDIFrameSeqNum nvsipl::SiplControlEmbedData::frameSeqNum

Holds frame sequence number for the captured frame, DevBlkCDIFrameSeqNum 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 128 of file NvSIPLControlAutoDef.hpp.

◆ topEmbeddedData

DevBlkCDIEmbeddedDataChunk nvsipl::SiplControlEmbedData::topEmbeddedData

Embedded buffer at the beginning of the frame, DevBlkCDIEmbeddedDataChunk 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 135 of file NvSIPLControlAutoDef.hpp.


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