FACT++  1.0
Bool_t MVideo::Open ( Int_t  channel = 0)

Definition at line 486 of file MVideo.cc.

References Close(), and Init().

Referenced by Camera::Camera().

487 {
488  const Bool_t rc = Init(ch);
489  if (!rc)
490  Close();
491  return rc;
492 }
Int_t Close()
Definition: MVideo.cc:695
Bool_t Init(Int_t channel)
Definition: MVideo.cc:500

+ Here is the call graph for this function:

+ Here is the caller graph for this function: