NVIDIA DeepStream SDK API Reference

6.4 Release
NvTrackerProc::DispatchInfo Struct Reference

Detailed Description

Info corresponding to each sub-batch thread.

Definition at line 136 of file nvtracker_proc.h.

Public Member Functions

DispatchInfooperator= (DispatchInfo const &rhs)
 

Data Fields

SubBatchId sbId
 
std::thread sbThread
 
bool running
 
std::queue< DispatchReqreqQueue
 
std::mutex reqQueueLock
 
std::condition_variable reqQueueCond
 

Member Function Documentation

◆ operator=()

DispatchInfo& NvTrackerProc::DispatchInfo::operator= ( DispatchInfo const &  rhs)
inline

Definition at line 146 of file nvtracker_proc.h.

Field Documentation

◆ reqQueue

std::queue<DispatchReq> NvTrackerProc::DispatchInfo::reqQueue

Definition at line 141 of file nvtracker_proc.h.

◆ reqQueueCond

std::condition_variable NvTrackerProc::DispatchInfo::reqQueueCond

Definition at line 143 of file nvtracker_proc.h.

◆ reqQueueLock

std::mutex NvTrackerProc::DispatchInfo::reqQueueLock

Definition at line 142 of file nvtracker_proc.h.

◆ running

bool NvTrackerProc::DispatchInfo::running

Definition at line 140 of file nvtracker_proc.h.

◆ sbId

SubBatchId NvTrackerProc::DispatchInfo::sbId

Definition at line 138 of file nvtracker_proc.h.

◆ sbThread

std::thread NvTrackerProc::DispatchInfo::sbThread

Definition at line 139 of file nvtracker_proc.h.


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