NVIDIA DRIVE OS Linux SDK API Reference

5.2.3 Release
For Test and Development only
NvRmGpuDeviceEventSessionOpenAttrRec Struct Reference

Detailed Description

Extensible attribute structure for NvRmGpuDeviceEventSessionOpen().

Remarks
Use NVRM_GPU_DEFINE_DEVICE_EVENT_SESSION_ATTR() to define the attribute variable with defaults.
See also
NvRmGpuDeviceEventSessionOpen()
NVRM_GPU_DEFINE_DEVICE_EVENT_SESSION_ATTR()

Definition at line 1305 of file nvrm_gpu.h.

Data Fields

const NvRmGpuDeviceEventIdfilterList
 List of events to listen. More...
 
size_t filterListSize
 Number of entries in the event list. More...
 

Field Documentation

◆ filterList

const NvRmGpuDeviceEventId* NvRmGpuDeviceEventSessionOpenAttrRec::filterList

List of events to listen.

Remarks
Use NvRmGpuDeviceEventSessionOpenAttrSetAllEvents() to listen to all events.

Definition at line 1311 of file nvrm_gpu.h.

Referenced by NvRmGpuDeviceEventSessionOpenAttrSetAllEvents().

◆ filterListSize

size_t NvRmGpuDeviceEventSessionOpenAttrRec::filterListSize

Number of entries in the event list.

Definition at line 1314 of file nvrm_gpu.h.

Referenced by NvRmGpuDeviceEventSessionOpenAttrSetAllEvents().


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