Skip to content

Commit 247c960

Browse files
Documentation update
1 parent f0061c8 commit 247c960

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/MeadeCommandProcessor.cpp

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,25 @@ bool gpsAqcuisitionComplete(int &indicator); // defined in c72_menuHA_GPS.hpp
719719
// Returns:
720720
// "rastate|decstate#" if either axis is enabled
721721
// "|" if no autohoming is enabled
722+
// Remarks:
723+
// While the mount status (:GX#) is 'Homing', the command returns one of these:
724+
// MOVE_OFF
725+
// MOVING_OFF
726+
// STOP_AT_TIME
727+
// WAIT_FOR_STOP
728+
// START_FIND_START
729+
// FINDING_START
730+
// FINDING_START_REVERSE
731+
// FINDING_END
732+
// RANGE_FOUND
733+
//
734+
// If the mount status (:GX#) is not 'Homing' the command returns one of these:
735+
// SUCCEEDED
736+
// NEVER RUN
737+
// IN PROGRESS
738+
// CANT MOVE OFF SENSOR
739+
// CANT FIND SENSOR BEGIN
740+
// CANT FIND SENSOR END
722741
//
723742
// :XGB#
724743
// Description:

0 commit comments

Comments
 (0)