NVIDIA DRIVE OS Linux SDK API Reference

6.0.9 Release
nvsipl::INvSIPLClient::ImageEmbeddedData Struct Reference

Detailed Description

Definition at line 110 of file NvSIPLClient.hpp.

Data Fields

uint32_t embeddedBufTopSize
 Holds size of the top embedded data. More...
 
uint32_t embeddedBufBottomSize
 Holds size of the bottom embedded data. More...
 
uint8_t * embeddedBufTop
 Holds pointer to the top embedded data. More...
 
uint8_t * embeddedBufBottom
 Holds pointer to the bottom embedded data. More...
 

Field Documentation

◆ embeddedBufBottom

uint8_t* nvsipl::INvSIPLClient::ImageEmbeddedData::embeddedBufBottom

Holds pointer to the bottom embedded data.

Definition at line 119 of file NvSIPLClient.hpp.

◆ embeddedBufBottomSize

uint32_t nvsipl::INvSIPLClient::ImageEmbeddedData::embeddedBufBottomSize

Holds size of the bottom embedded data.

Definition at line 115 of file NvSIPLClient.hpp.

◆ embeddedBufTop

uint8_t* nvsipl::INvSIPLClient::ImageEmbeddedData::embeddedBufTop

Holds pointer to the top embedded data.

Definition at line 117 of file NvSIPLClient.hpp.

◆ embeddedBufTopSize

uint32_t nvsipl::INvSIPLClient::ImageEmbeddedData::embeddedBufTopSize

Holds size of the top embedded data.

Definition at line 113 of file NvSIPLClient.hpp.


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