Home
last modified time | relevance | path

Searched refs:DewPWMN (Results 1 – 6 of 6) sorted by relevance

/dports/devel/indi/indi-1.9.1/drivers/auxiliary/
H A Dpegasus_ppb.cpp103 IUFillNumber(&DewPWMN[DEW_PWM_A], "DEW_A", "Dew A (%)", "%.2f", 0, 100, 10, 0); in initProperties()
104 IUFillNumber(&DewPWMN[DEW_PWM_B], "DEW_B", "Dew B (%)", "%.2f", 0, 100, 10, 0); in initProperties()
105 …IUFillNumberVector(&DewPWMNP, DewPWMN, 2, getDeviceName(), "DEW_PWM", "Dew PWM", DEW_TAB, IP_RW, 6… in initProperties()
317 if (!strcmp(names[i], DewPWMN[DEW_PWM_A].name)) in ISNewNumber()
319 else if (!strcmp(names[i], DewPWMN[DEW_PWM_B].name)) in ISNewNumber()
499 DewPWMN[0].value = std::stod(result[PA_DEW_1]) / 255.0 * 100.0; in getSensorData()
500 DewPWMN[1].value = std::stod(result[PA_DEW_2]) / 255.0 * 100.0; in getSensorData()
H A Dpegasus_ppba.cpp139 IUFillNumber(&DewPWMN[DEW_PWM_A], "DEW_A", "Dew A (%)", "%.2f", 0, 100, 10, 0); in initProperties()
140 IUFillNumber(&DewPWMN[DEW_PWM_B], "DEW_B", "Dew B (%)", "%.2f", 0, 100, 10, 0); in initProperties()
141 …IUFillNumberVector(&DewPWMNP, DewPWMN, 2, getDeviceName(), "DEW_PWM", "Dew PWM", DEW_TAB, IP_RW, 6… in initProperties()
496 if (!strcmp(names[i], DewPWMN[DEW_PWM_A].name)) in ISNewNumber()
498 else if (!strcmp(names[i], DewPWMN[DEW_PWM_B].name)) in ISNewNumber()
742 DewPWMN[0].value = std::stod(result[PA_DEW_1]) / 255.0 * 100.0; in getSensorData()
743 DewPWMN[1].value = std::stod(result[PA_DEW_2]) / 255.0 * 100.0; in getSensorData()
H A Dpegasus_upb.cpp236 IUFillNumber(&DewPWMN[DEW_PWM_A], "DEW_A", AutoDewV2S[0].label, "%.2f %%", 0, 100, 10, 0); in initProperties()
237 IUFillNumber(&DewPWMN[DEW_PWM_B], "DEW_B", AutoDewV2S[1].label, "%.2f %%", 0, 100, 10, 0); in initProperties()
238 IUFillNumber(&DewPWMN[DEW_PWM_C], "DEW_C", AutoDewV2S[2].label, "%.2f %%", 0, 100, 10, 0); in initProperties()
239 …IUFillNumberVector(&DewPWMNP, DewPWMN, 3, getDeviceName(), "DEW_PWM", "Dew PWM", DEW_TAB, IP_RW, 6… in initProperties()
796 if (!strcmp(names[i], DewPWMN[DEW_PWM_A].name)) in ISNewNumber()
798 else if (!strcmp(names[i], DewPWMN[DEW_PWM_B].name)) in ISNewNumber()
800 else if (!strcmp(names[i], DewPWMN[DEW_PWM_C].name)) in ISNewNumber()
1438 DewPWMN[DEW_PWM_A].value = std::stod(result[index]) / 255.0 * 100.0; in getSensorData()
1439 DewPWMN[DEW_PWM_B].value = std::stod(result[index + 1]) / 255.0 * 100.0; in getSensorData()
1441 DewPWMN[DEW_PWM_C].value = std::stod(result[index + 2]) / 255.0 * 100.0; in getSensorData()
H A Dpegasus_ppb.h160 INumber DewPWMN[2]; variable
H A Dpegasus_ppba.h216 INumber DewPWMN[2]; variable
H A Dpegasus_upb.h247 INumber DewPWMN[3]; variable