FACT++  1.0
Camera::Camera ( PixClient client,
Int_t  ch = 0 
)

Definition at line 33 of file Camera.cc.

References fVideo, MVideo::Open(), and MThread::RunThread().

33  : MThread("Camera"), fClient(client), fVideo(0), fNumFrame(0), fChannel(nch)
34 {
35  fVideo = new MVideo;
36  fVideo->Open(nch);
37 
38  RunThread();
39 }
MThread(TThread::EPriority pri=TThread::kNormalPriority)
Definition: MThread.h:36
Bool_t Open(Int_t channel=0)
Definition: MVideo.cc:486
UInt_t fNumFrame
Definition: Camera.h:32
PixClient & fClient
Definition: Camera.h:28
UInt_t fChannel
Definition: Camera.h:35
MVideo * fVideo
Definition: Camera.h:30
Definition: MVideo.h:49
Int_t RunThread(void *arg=0)
Definition: MThread.h:43

+ Here is the call graph for this function: