NVIDIA DRIVE OS Linux SDK API Reference

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

Detailed Description

Error details for a particular device.

Definition at line 104 of file NvSIPLCommon.hpp.

Data Fields

std::unique_ptr< uint8_t[]> upErrorBuffer
 Buffer which will be filled by driver with error information Expected to be initialized by the client of size errorSize. More...
 
size_t bufferSize
 Holds the maximum size of error data which can be contained in the buffer. More...
 
size_t sizeWritten
 holds size of error written to the buffer, filled by driver More...
 

Field Documentation

◆ bufferSize

size_t nvsipl::SIPLErrorDetails::bufferSize

Holds the maximum size of error data which can be contained in the buffer.

Definition at line 114 of file NvSIPLCommon.hpp.

◆ sizeWritten

size_t nvsipl::SIPLErrorDetails::sizeWritten

holds size of error written to the buffer, filled by driver

Definition at line 119 of file NvSIPLCommon.hpp.

◆ upErrorBuffer

std::unique_ptr<uint8_t []> nvsipl::SIPLErrorDetails::upErrorBuffer

Buffer which will be filled by driver with error information Expected to be initialized by the client of size errorSize.

Definition at line 109 of file NvSIPLCommon.hpp.


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