NVIDIA DRIVE OS Linux SDK API Reference

5.1.12.4 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 1310 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

const NvRmGpuDeviceEventId* NvRmGpuDeviceEventSessionOpenAttrRec::filterList

List of events to listen.

Remarks
Use NvRmGpuDeviceEventSessionOpenAttrSetAllEvents() to listen to all events.

Definition at line 1316 of file nvrm_gpu.h.

Referenced by NvRmGpuDeviceEventSessionOpenAttrSetAllEvents().

size_t NvRmGpuDeviceEventSessionOpenAttrRec::filterListSize

Number of entries in the event list.

Definition at line 1319 of file nvrm_gpu.h.

Referenced by NvRmGpuDeviceEventSessionOpenAttrSetAllEvents().


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