NVIDIA DeepStream SDK API Reference

8.0 Release
NvTrackerProc::DispatchInfo Struct Reference

Detailed Description

Info corresponding to each sub-batch thread.

Definition at line 163 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
 
NvMOTContextHandle contextHandle
 

Member Function Documentation

◆ operator=()

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

Definition at line 174 of file nvtracker_proc.h.

Field Documentation

◆ contextHandle

NvMOTContextHandle NvTrackerProc::DispatchInfo::contextHandle

Definition at line 171 of file nvtracker_proc.h.

◆ reqQueue

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

Definition at line 168 of file nvtracker_proc.h.

◆ reqQueueCond

std::condition_variable NvTrackerProc::DispatchInfo::reqQueueCond

Definition at line 170 of file nvtracker_proc.h.

◆ reqQueueLock

std::mutex NvTrackerProc::DispatchInfo::reqQueueLock

Definition at line 169 of file nvtracker_proc.h.

◆ running

bool NvTrackerProc::DispatchInfo::running

Definition at line 167 of file nvtracker_proc.h.

◆ sbId

SubBatchId NvTrackerProc::DispatchInfo::sbId

Definition at line 165 of file nvtracker_proc.h.

◆ sbThread

std::thread NvTrackerProc::DispatchInfo::sbThread

Definition at line 166 of file nvtracker_proc.h.


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