NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwDispatcherParams Struct Reference

Detailed Description

Parameters for dispatcher, used to define some behaviors of dispatcher.

Definition at line 119 of file SensorManager.h.

Data Fields

bool accumCamFrames
 Whether Dispatcher shall accumulated frames from all cameras into a single event. More...
 
dwTime_t camFramesTimeDiffLimit
 Up to how much can timestamps of camera frames accumulated in a single event differ, in microsecond. More...
 
dwTime_t timeout
 Timeout value to be used in dispatcher mode for virtual files, in microsecond. More...
 

Field Documentation

◆ accumCamFrames

bool dwDispatcherParams::accumCamFrames

Whether Dispatcher shall accumulated frames from all cameras into a single event.

Definition at line 122 of file SensorManager.h.

◆ camFramesTimeDiffLimit

dwTime_t dwDispatcherParams::camFramesTimeDiffLimit

Up to how much can timestamps of camera frames accumulated in a single event differ, in microsecond.

Definition at line 124 of file SensorManager.h.

◆ timeout

dwTime_t dwDispatcherParams::timeout

Timeout value to be used in dispatcher mode for virtual files, in microsecond.

Definition at line 126 of file SensorManager.h.


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