38 _devspec.
copy (pdevspec);
138 int modelcode,
string devid,
string arg)
140 _modelcode = modelcode;
int getmodelcode()
Definition: cvtcommand.h:149
string getdevid()
Definition: cvtcommand.h:157
Definition: cvtcommand.h:121
int setid(int id)
Definition: cvtcommand.h:57
Definition: cvtcommand.h:92
double getratio()
Definition: cvtcommand.h:113
CvtDeviceSpec * getdevspec()
Definition: cvtcommand.h:66
Definition: cvtcommand.h:22
CvtRawCommand(int cmdid, CvtDeviceSpec *pdevspec, bool onoff, int modelcode, string devid, string arg)
Definition: cvtcommand.h:137
string getarg()
Definition: cvtcommand.h:165
int getid()
Definition: cvtcommand.h:48
bool copy(CvtDeviceSpec *pdevspec)
Definition: cvtdevicespec.h:167
CvtRatioCommand(int cmdid, CvtDeviceSpec *pdevspec, bool onoff, double ratio)
Definition: cvtcommand.h:104
bool setonoff(bool onoff)
Definition: cvtcommand.h:83
CvtCommand(int cmdid, CvtDeviceSpec *pdevspec, bool onoff)
Definition: cvtcommand.h:35
Definition: cvtdevicespec.h:40
bool getonoff()
Definition: cvtcommand.h:74