×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

Advice on debug of Dome interfacing

  • Posts: 311
  • Thank you received: 42
I noticed a problem with my rolloffino driver when using the Observatory Unpark button. I would like to ask a developer if the following is really an issue or am I looking in the wrong version/places. It appears that Observatory and Dome drivers might be directed to different definitions.

KStars: kstars/indi/indidome.h

typedef enum
{
DOME_IDLE,
DOME_MOVING_CW,
DOME_MOVING_CCW,
DOME_TRACKING,
DOME_PARKING,
DOME_UNPARKING,
DOME_PARKED,
DOME_ERROR
} Status;

INDI: libs/indibase/indidome.h

typedef enum
{
DOME_IDLE, /*!< Dome is idle */
DOME_MOVING, /*!< Dome is in motion */
DOME_SYNCED, /*!< Dome is synced */
DOME_PARKING, /*!< Dome is parking */
DOME_UNPARKING, /*!< Dome is unparking */
DOME_PARKED, /*!< Dome is parked */
DOME_UNPARKED, /*!< Dome is unparked */
DOME_UNKNOWN, /*!< Dome state is known */
DOME_ERROR, /*!< Dome has errors */
} DomeState;
1 year 4 months ago #88267

Please Log in or Create an account to join the conversation.

Time to create page: 0.174 seconds