Home
last modified time | relevance | path

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

/dports/devel/indi/indi-1.9.1/drivers/auxiliary/
H A Dpegasus_upb.cpp108 char dewLabel[MAXINDILABEL]; in initProperties() local
111 memset(dewLabel, 0, MAXINDILABEL); in initProperties()
112 … = IUGetConfigText(getDeviceName(), DewControlsLabelsTP.name, DewControlsLabelsT[0].name, dewLabel, in initProperties()
114 IUFillSwitch(&AutoDewV2S[DEW_PWM_A], "DEW_A", dewRC == -1 ? "Dew A" : dewLabel, ISS_OFF); in initProperties()
115 memset(dewLabel, 0, MAXINDILABEL); in initProperties()
116 … = IUGetConfigText(getDeviceName(), DewControlsLabelsTP.name, DewControlsLabelsT[1].name, dewLabel, in initProperties()
118 IUFillSwitch(&AutoDewV2S[DEW_PWM_B], "DEW_B", dewRC == -1 ? "Dew B" : dewLabel, ISS_OFF); in initProperties()
119 memset(dewLabel, 0, MAXINDILABEL); in initProperties()
120 … = IUGetConfigText(getDeviceName(), DewControlsLabelsTP.name, DewControlsLabelsT[2].name, dewLabel, in initProperties()
122 IUFillSwitch(&AutoDewV2S[DEW_PWM_C], "DEW_C", dewRC == -1 ? "Dew C" : dewLabel, ISS_OFF); in initProperties()