Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Public Attributes | List of all members
BIAS::GrabMasterThread Class Reference


More...

#include <Tools/BIASShowCamWX/ShowCamWxThreads.hh>

+ Inheritance diagram for BIAS::GrabMasterThread:
+ Collaboration diagram for BIAS::GrabMasterThread:

Public Member Functions

ExitCode Entry ()
 
 GrabMasterThread (std::vector< BIAS::VideoSource * > *Cameras, std::vector< wxCondition * > *ClientCondition, std::vector< wxCondition * > *ServerCondition, std::vector< wxMutex * > *mutexClientCondition, std::vector< wxMutex * > *mutexServerCondition)
 
void OnExit ()
 
virtual ~GrabMasterThread ()
 

Public Attributes

double fps_
 
unsigned int FrameCounter_
 

Detailed Description


Thread for synchronizing grabbing from multiple threads

Author
Falko Kellner

Definition at line 214 of file ShowCamWxThreads.hh.

Constructor & Destructor Documentation

GrabMasterThread::GrabMasterThread ( std::vector< BIAS::VideoSource * > *  Cameras,
std::vector< wxCondition * > *  ClientCondition,
std::vector< wxCondition * > *  ServerCondition,
std::vector< wxMutex * > *  mutexClientCondition,
std::vector< wxMutex * > *  mutexServerCondition 
)

Definition at line 781 of file ShowCamWxThreads.cpp.

References FrameCounter_, and BIAS::TimeMeasure::Start().

virtual BIAS::GrabMasterThread::~GrabMasterThread ( )
inlinevirtual

Definition at line 225 of file ShowCamWxThreads.hh.

Member Function Documentation

void * GrabMasterThread::Entry ( )
void BIAS::GrabMasterThread::OnExit ( )
inline

Definition at line 227 of file ShowCamWxThreads.hh.

Member Data Documentation

double BIAS::GrabMasterThread::fps_

Definition at line 227 of file ShowCamWxThreads.hh.

Referenced by Entry().

unsigned int BIAS::GrabMasterThread::FrameCounter_

Definition at line 229 of file ShowCamWxThreads.hh.

Referenced by Entry(), and GrabMasterThread().


The documentation for this class was generated from the following files: