Home
last modified time | relevance | path

Searched refs:MOTION_START (Results 1 – 25 of 46) sorted by relevance

12

/dports/astro/kstars/kstars-3.5.6/kstars/kstarslite/qml/indi/modules/
H A DMotionControl.qml53 telescope.moveNS(TelescopeNS.MOTION_NORTH, TelescopeCommand.MOTION_START)
54 telescope.moveWE(TelescopeNS.MOTION_WEST, TelescopeCommand.MOTION_START)
75 telescope.moveNS(TelescopeNS.MOTION_NORTH, TelescopeCommand.MOTION_START)
95 telescope.moveNS(TelescopeNS.MOTION_NORTH, TelescopeCommand.MOTION_START)
96 telescope.moveWE(TelescopeNS.MOTION_EAST, TelescopeCommand.MOTION_START)
123 telescope.moveWE(TelescopeNS.MOTION_WEST, TelescopeCommand.MOTION_START)
159 telescope.moveWE(TelescopeNS.MOTION_EAST, TelescopeCommand.MOTION_START)
183 telescope.moveNS(TelescopeNS.MOTION_SOUTH, TelescopeCommand.MOTION_START)
184 telescope.moveWE(TelescopeNS.MOTION_WEST, TelescopeCommand.MOTION_START)
207 telescope.moveNS(TelescopeNS.MOTION_SOUTH, TelescopeCommand.MOTION_START)
[all …]
/dports/devel/indi/indi-1.9.1/drivers/dome/
H A Droll_off.cpp167 if (operation == MOTION_START) in Move()
205 IPState rc = INDI::Dome::Move(DOME_CCW, MOTION_START); in Park()
217 IPState rc = INDI::Dome::Move(DOME_CW, MOTION_START); in UnPark()
H A Ddome_simulator.cpp166 if (operation == MOTION_START) in Move()
178 return ((operation == MOTION_START) ? IPS_BUSY : IPS_OK); in Move()
H A Ddome_script.cpp372 if (operation == MOTION_START) in Move()
396 return ((operation == MOTION_START) ? IPS_BUSY : IPS_OK); in Move()
H A Drigel_dome.cpp710 if (operation == MOTION_START) in Move()
734 return ((operation == MOTION_START) ? IPS_BUSY : IPS_OK); in Move()
/dports/astro/kstars/kstars-3.5.6/kstars/indi/
H A Dinditelescopelite.cpp546 … if (dir == MOTION_NORTH && motionNorth->getState() == ((cmd == MOTION_START) ? ISS_ON : ISS_OFF)) in moveNS()
549 … if (dir == MOTION_SOUTH && motionSouth->getState() == ((cmd == MOTION_START) ? ISS_ON : ISS_OFF)) in moveNS()
554 if (cmd == MOTION_START) in moveNS()
589 if (dir == MOTION_WEST && motionWest->getState() == ((cmd == MOTION_START) ? ISS_ON : ISS_OFF)) in moveWE()
592 if (dir == MOTION_EAST && motionEast->getState() == ((cmd == MOTION_START) ? ISS_ON : ISS_OFF)) in moveWE()
597 if (cmd == MOTION_START) in moveWE()
H A Dinditelescope.cpp1109 … if (dir == MOTION_NORTH && motionNorth->getState() == ((cmd == MOTION_START) ? ISS_ON : ISS_OFF)) in MoveNS()
1112 … if (dir == MOTION_SOUTH && motionSouth->getState() == ((cmd == MOTION_START) ? ISS_ON : ISS_OFF)) in MoveNS()
1117 if (cmd == MOTION_START) in MoveNS()
1172 if (dir == MOTION_WEST && motionWest->getState() == ((cmd == MOTION_START) ? ISS_ON : ISS_OFF)) in MoveWE()
1175 if (dir == MOTION_EAST && motionEast->getState() == ((cmd == MOTION_START) ? ISS_ON : ISS_OFF)) in MoveWE()
1180 if (cmd == MOTION_START) in MoveWE()
H A Dindidome.h58 MOTION_START, enumerator
H A Dinditelescopelite.h52 MOTION_START, enumerator
H A Dinditelescope.h36 typedef enum { MOTION_START, MOTION_STOP } TelescopeMotionCommand; enumerator
/dports/astro/kstars/kstars-3.5.6/kstars/kstarslite/qml/modules/
H A DBottomMenu.qml221 … ClientManagerLite.getTelescope().moveWE(TelescopeNS.MOTION_WEST, TelescopeCommand.MOTION_START)
233 … ClientManagerLite.getTelescope().moveNS(TelescopeNS.MOTION_SOUTH, TelescopeCommand.MOTION_START)
330 … ClientManagerLite.getTelescope().moveWE(TelescopeNS.MOTION_EAST, TelescopeCommand.MOTION_START)
349 … ClientManagerLite.getTelescope().moveNS(TelescopeNS.MOTION_SOUTH, TelescopeCommand.MOTION_START)
427 … ClientManagerLite.getTelescope().moveNS(TelescopeNS.MOTION_NORTH, TelescopeCommand.MOTION_START)
439 … ClientManagerLite.getTelescope().moveWE(TelescopeNS.MOTION_EAST, TelescopeCommand.MOTION_START)
/dports/devel/indi/indi-1.9.1/drivers/telescope/
H A Dsynscandriverlegacy.cpp643 MoveNS(DIRECTION_NORTH, MOTION_START); in ReadScopeStatus()
648 MoveNS(DIRECTION_SOUTH, MOTION_START); in ReadScopeStatus()
694 MoveWE(DIRECTION_WEST, MOTION_START); in ReadScopeStatus()
699 MoveWE(DIRECTION_EAST, MOTION_START); in ReadScopeStatus()
951 if (command != MOTION_START) in MoveNS()
978 if (command != MOTION_START) in MoveWE()
H A Dsynscandriver.cpp819 case MOTION_START: in MoveNS()
864 case MOTION_START: in MoveWE()
1416 MoveNS(DIRECTION_NORTH, MOTION_START); in GuideNorth()
1430 MoveNS(DIRECTION_SOUTH, MOTION_START); in GuideSouth()
1450 MoveWE(DIRECTION_EAST, MOTION_START); in GuideEast()
1466 MoveWE(DIRECTION_WEST, MOTION_START); in GuideWest()
H A Dlx200ap_experimental.cpp2245 if (command == MOTION_START && GuideNSTID == 0 && rememberSlewRate >= 0) in MoveNS()
2258 if (command == MOTION_START) in MoveNS()
2268 if (command == MOTION_START && GuideWETID == 0 && rememberSlewRate >= 0) in MoveWE()
2281 if (command == MOTION_START) in MoveWE()
2294 if (command == MOTION_START) in GuideNS()
2307 if (command == MOTION_START) in GuideWE()
H A Dtelescope_simulator.cpp511 axisSecondary.mcRate = command == MOTION_START ? rate : 0; in MoveNS()
528 axisPrimary.mcRate = command == MOTION_START ? rate : 0; in MoveWE()
H A Dlx200fs2.cpp230 MoveWE(DIRECTION_EAST, MOTION_START); in TrackingStop_AllStop()
H A Dieqpro.cpp821 case MOTION_START: in MoveNS()
855 case MOTION_START: in MoveWE()
H A Dlx200ap_gtocp2.cpp953 if (command == MOTION_START) in MoveNS()
963 if (command == MOTION_START) in MoveWE()
H A Dparamount.cpp694 case MOTION_START: in MoveNS()
732 case MOTION_START: in MoveWE()
/dports/devel/indi/indi-1.9.1/libs/indibase/
H A Dindidome.cpp598 Dome::Move(DOME_CW, MOTION_START); in ISNewSwitch()
600 Dome::Move(DOME_CCW, MOTION_START); in ISNewSwitch()
1095 Dome::Move(DOME_CW, MOTION_START); in processButton()
1102 Dome::Move(DOME_CCW, MOTION_START); in processButton()
1892 if (DomeMotionSP.s == IPS_BUSY && current_direction == dir && operation == MOTION_START) in Move()
1899 m_DomeState = (operation == MOTION_START) ? DOME_MOVING : DOME_IDLE; in Move()
1901 if (operation == MOTION_START) in Move()
H A Dindidome.h98 MOTION_START, enumerator
H A Dinditelescope.cpp1176 if (MoveNS(current_motion == 0 ? DIRECTION_NORTH : DIRECTION_SOUTH, MOTION_START)) in ISNewSwitch()
1241 if (MoveWE(current_motion == 0 ? DIRECTION_WEST : DIRECTION_EAST, MOTION_START)) in ISNewSwitch()
2495 MoveNS(DIRECTION_NORTH, MOTION_START); in processNSWE()
2507 MoveNS(DIRECTION_SOUTH, MOTION_START); in processNSWE()
2519 MoveWE(DIRECTION_EAST, MOTION_START); in processNSWE()
2532 MoveWE(DIRECTION_WEST, MOTION_START); in processNSWE()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/auxiliary/
H A Ddome.cpp150 start ? ISD::Dome::MOTION_START : ISD::Dome::MOTION_STOP); in moveDome()
/dports/devel/indi/indi-1.9.1/examples/tutorial_seven/
H A Dsimple_telescope_simulator.cpp270 AxisStatus axisStat = (command == MOTION_START) ? SLEWING : STOPPED; in MoveNS()
282 AxisStatus axisStat = (command == MOTION_START) ? SLEWING : STOPPED; in MoveWE()
/dports/astro/stellarium/stellarium-0.21.3/src/external/libindi/libs/indibase/
H A Dinditelescope.cpp1161 if (MoveNS(current_motion == 0 ? DIRECTION_NORTH : DIRECTION_SOUTH, MOTION_START)) in ISNewSwitch()
1222 if (MoveWE(current_motion == 0 ? DIRECTION_WEST : DIRECTION_EAST, MOTION_START)) in ISNewSwitch()
2475 MoveNS(DIRECTION_NORTH, MOTION_START); in processNSWE()
2487 MoveNS(DIRECTION_SOUTH, MOTION_START); in processNSWE()
2499 MoveWE(DIRECTION_EAST, MOTION_START); in processNSWE()
2512 MoveWE(DIRECTION_WEST, MOTION_START); in processNSWE()

12