FACT++
1.0
|
#include <Camera.h>
Public Member Functions | |
Camera (PixClient &client, Int_t ch=0) | |
virtual | ~Camera () |
void | SetChannel (int) |
void | ExitLoop () |
Public Member Functions inherited from MThread | |
MThread (TThread::EPriority pri=TThread::kNormalPriority) | |
MThread (const char *thname, TThread::EPriority pri=TThread::kNormalPriority) | |
virtual | ~MThread () |
Int_t | RunThread (void *arg=0) |
Int_t | CancelThread (void **ret=0) |
TThread::EState | GetThreadState () const |
TString | GetThreadStateStr () const |
Long_t | GetThreadId () const |
Bool_t | IsThreadRunning () const |
Bool_t | IsThreadCanceled () const |
Private Member Functions | |
Int_t | Thread () |
void | ProcessFrame (unsigned char *img) |
Private Attributes | |
unsigned char | fImg [cols *rows] |
struct timeval | fTime |
PixClient & | fClient |
MVideo * | fVideo |
UInt_t | fNumFrame |
UInt_t | fNumSkipped |
UInt_t | fChannel |
Static Private Attributes | |
static const int | cols = 768 |
static const int | rows = 576 |
static const int | depth = 4 |
Additional Inherited Members | |
Static Public Member Functions inherited from MThread | |
static void | Sleep (UInt_t us) |