NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.0 Release
For Test and Development only
nvsipl::NvSIPLPipelineNotifier::NotificationData Struct Reference

Detailed Description

Defines the notification data.

Note
A few members are not valid for certain events, please see NotificationType.

Definition at line 101 of file NvSIPLPipelineMgr.hpp.

Data Fields

NotificationType eNotifType
 Holds the NotificationType event type. More...
 
std::uint32_t uIndex
 Holds the ID of the pipeline. More...
 
std::uint64_t frameCaptureTSC
 Holds the TSC timestamp of the frame capture. More...
 

Field Documentation

◆ eNotifType

NotificationType nvsipl::NvSIPLPipelineNotifier::NotificationData::eNotifType

Holds the NotificationType event type.

Definition at line 104 of file NvSIPLPipelineMgr.hpp.

◆ frameCaptureTSC

std::uint64_t nvsipl::NvSIPLPipelineNotifier::NotificationData::frameCaptureTSC

Holds the TSC timestamp of the frame capture.

Definition at line 108 of file NvSIPLPipelineMgr.hpp.

◆ uIndex

std::uint32_t nvsipl::NvSIPLPipelineNotifier::NotificationData::uIndex

Holds the ID of the pipeline.

This is the same as the Sensor ID in PlatformCfg.

Definition at line 106 of file NvSIPLPipelineMgr.hpp.


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