FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
MVideoCtrl::MVideoCtrl
(
const v4l2_queryctrl &
ctrl
)
Definition at line
61
of file
MVideo.cc
.
References
fId
.
62
{
63
fId
= ctrl.id;
64
fName
= (
const
char
*)ctrl.name;
65
fMinimum
= ctrl.minimum;
66
fMaximum
= ctrl.maximum;
67
fStep
= ctrl.step;
68
fDefault
= ctrl.default_value;
69
}
MVideoCtrl::fName
TString fName
Definition:
MVideo.h:32
MVideoCtrl::fMaximum
Int_t fMaximum
Definition:
MVideo.h:34
MVideoCtrl::fStep
Int_t fStep
Definition:
MVideo.h:35
MVideoCtrl::fId
UInt_t fId
Definition:
MVideo.h:30
MVideoCtrl::fDefault
Int_t fDefault
Definition:
MVideo.h:36
MVideoCtrl::fMinimum
Int_t fMinimum
Definition:
MVideo.h:33
MVideoCtrl
Generated on Sun Sep 18 2016 20:50:55 for FACT++ by
1.8.11