Home
last modified time | relevance | path

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

/dports/devel/indi/indi-1.9.1/drivers/telescope/
H A Dtelescope_simulator.cpp79 IUFillNumber(&mountModelN[0], "MM_IH", "Ha Zero (IH)", "%g", -5, 5, 0.01, 0); in initProperties()
80 IUFillNumber(&mountModelN[1], "MM_ID", "Dec Zero (ID)", "%g", -5, 5, 0.01, 0); in initProperties()
81 IUFillNumber(&mountModelN[2], "MM_CH", "Cone (CH)", "%g", -5, 5, 0.01, 0); in initProperties()
82 IUFillNumber(&mountModelN[3], "MM_NP", "Ha/Dec (NP)", "%g", -5, 5, 0.01, 0); in initProperties()
83 IUFillNumber(&mountModelN[4], "MM_MA", "Pole Azm (MA)", "%g", -5, 5, 0.01, 0); in initProperties()
84 IUFillNumber(&mountModelN[5], "MM_ME", "Pole elev (ME)", "%g", -5, 5, 0.01, 0); in initProperties()
85 IUFillNumberVector(&mountModelNP, mountModelN, 6, getDeviceName(), "MOUNT_MODEL", "Mount Model", in initProperties()
427 alignment.setCorrections(mountModelN[0].value, mountModelN[1].value, in ISNewNumber()
428 mountModelN[2].value, mountModelN[3].value, in ISNewNumber()
429 mountModelN[4].value, mountModelN[5].value); in ISNewNumber()
H A Dtelescope_simulator.h126 INumber mountModelN[6]; variable