Defines the notification data.
Definition at line 169 of file NvSIPLPipelineMgr.hpp.
Data Fields | |
NotificationType | eNotifType |
Holds the NotificationType event type. More... | |
uint32_t | uIndex |
Holds the ID of the pipeline. More... | |
uint8_t | uLinkMask |
Holds the device block link mask. More... | |
uint64_t | frameCaptureTSC |
Holds the TSC timestamp of the end of frame for capture. More... | |
uint64_t | frameCaptureStartTSC |
Holds the TSC timestamp of the start of frame for capture. More... | |
uint32_t | gpioIdxs [MAX_DEVICE_GPIOS] |
Holds the GPIO indices. More... | |
uint32_t | numGpioIdxs |
Holds the number of GPIO indices in the array. More... | |
NotificationType nvsipl::NvSIPLPipelineNotifier::NotificationData::eNotifType |
Holds the NotificationType event type.
Definition at line 172 of file NvSIPLPipelineMgr.hpp.
uint64_t nvsipl::NvSIPLPipelineNotifier::NotificationData::frameCaptureStartTSC |
Holds the TSC timestamp of the start of frame for capture.
Definition at line 180 of file NvSIPLPipelineMgr.hpp.
uint64_t nvsipl::NvSIPLPipelineNotifier::NotificationData::frameCaptureTSC |
Holds the TSC timestamp of the end of frame for capture.
Definition at line 178 of file NvSIPLPipelineMgr.hpp.
uint32_t nvsipl::NvSIPLPipelineNotifier::NotificationData::gpioIdxs[MAX_DEVICE_GPIOS] |
Holds the GPIO indices.
Definition at line 182 of file NvSIPLPipelineMgr.hpp.
uint32_t nvsipl::NvSIPLPipelineNotifier::NotificationData::numGpioIdxs |
Holds the number of GPIO indices in the array.
Definition at line 184 of file NvSIPLPipelineMgr.hpp.
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 174 of file NvSIPLPipelineMgr.hpp.
uint8_t nvsipl::NvSIPLPipelineNotifier::NotificationData::uLinkMask |
Holds the device block link mask.
Definition at line 176 of file NvSIPLPipelineMgr.hpp.