Searched refs:DewPWMN (Results 1 – 6 of 6) sorted by relevance
/dports/devel/indi/indi-1.9.1/drivers/auxiliary/ |
H A D | pegasus_ppb.cpp | 103 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 D | pegasus_ppba.cpp | 139 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 D | pegasus_upb.cpp | 236 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 D | pegasus_ppb.h | 160 INumber DewPWMN[2]; variable
|
H A D | pegasus_ppba.h | 216 INumber DewPWMN[2]; variable
|
H A D | pegasus_upb.h | 247 INumber DewPWMN[3]; variable
|