Instrument Neutral Distributed Interface INDI  2.0.2
Classes | Enumerations
skywatcherAPIMount.h File Reference
#include "indiguiderinterface.h"
#include "skywatcherAPI.h"
#include "indielapsedtimer.h"
#include "indipropertynumber.h"
#include "indipropertyswitch.h"
#include "alignment/AlignmentSubsystemForDrivers.h"
#include "pid/pid.h"
#include <numeric>

Go to the source code of this file.

Classes

struct  GuidingPulse
 
class  SkywatcherAPIMount
 

Enumerations

enum  ParkDirection_t { PARK_COUNTERCLOCKWISE = 0 , PARK_CLOCKWISE , PARK_COUNTERCLOCKWISE = 0 , PARK_CLOCKWISE }
 
enum  ParkPosition_t {
  PARK_NORTH = 0 , PARK_EAST , PARK_SOUTH , PARK_WEST ,
  PARK_NORTH = 0 , PARK_EAST , PARK_SOUTH , PARK_WEST
}
 

Detailed Description

Author
Roger James
Gerry Rozema
Jean-Luc Geehalel
Date
13th November 2013

This file contains the definitions for a C++ implementatiom of a INDI telescope driver using the Skywatcher API. It is based on work from three sources. A C++ implementation of the API by Roger James. The indi_eqmod driver by Jean-Luc Geehalel. The synscanmount driver by Gerry Rozema.

Definition in file skywatcherAPIMount.h.

Enumeration Type Documentation

◆ ParkDirection_t

Enumerator
PARK_COUNTERCLOCKWISE 
PARK_CLOCKWISE 
PARK_COUNTERCLOCKWISE 
PARK_CLOCKWISE 

Definition at line 27 of file skywatcherAPIMount.h.

◆ ParkPosition_t

Enumerator
PARK_NORTH 
PARK_EAST 
PARK_SOUTH 
PARK_WEST 
PARK_NORTH 
PARK_EAST 
PARK_SOUTH 
PARK_WEST 

Definition at line 28 of file skywatcherAPIMount.h.