NVIDIA DRIVE OS Linux SDK API Reference

5.2.3 Release
For Test and Development only

Detailed Description

Extensible attribute structure for NvRmGpuLibOpen()

This structure specifies the attributes for opening the nvrm_gpu library. Use NVRM_GPU_DEFINE_LIB_OPEN_ATTR() to define the attribute struct with defaults.

Example:

// define libOpenAttr with default values
NVRM_GPU_DEFINE_LIB_OPEN_ATTR(libOpenAttr);

// open the library
NvRmGpuLib *hLib = NvRmGpuLibOpen(&libOpenAttr);
See also
NvRmGpuLibOpen()

Definition at line 164 of file nvrm_gpu.h.

Data Fields

uint32_t reserved
 Dummy field for C/C++ ABI compatibility. More...
 

Field Documentation

◆ reserved

uint32_t NvRmGpuLibOpenAttrRec::reserved

Dummy field for C/C++ ABI compatibility.

Definition at line 167 of file nvrm_gpu.h.


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