Home
last modified time | relevance | path

Searched refs:MotorTypeS (Results 1 – 2 of 2) sorted by relevance

/dports/devel/indi/indi-1.9.1/drivers/focuser/
H A Ddmfc.cpp70 IUFillSwitch(&MotorTypeS[MOTOR_DC], "DC", "", ISS_OFF); in initProperties()
71 IUFillSwitch(&MotorTypeS[MOTOR_STEPPER], "Stepper", "", ISS_ON); in initProperties()
72 …IUFillSwitchVector(&MotorTypeSP, MotorTypeS, 2, getDeviceName(), "Motor Type", "", FOCUS_SETTINGS_… in initProperties()
266 bool rc = setMotorType(MotorTypeS[MOTOR_DC].s == ISS_ON ? 0 : 1); in ISNewSwitch()
400 MotorTypeS[MOTOR_DC].s = (motorType == 0) ? ISS_ON : ISS_OFF; in updateFocusParams()
401 MotorTypeS[MOTOR_STEPPER].s = (motorType == 1) ? ISS_ON : ISS_OFF; in updateFocusParams()
H A Ddmfc.h69 ISwitch MotorTypeS[2]; variable