TwiceAsNice
2019-02-18
|
#include "indiguiderinterface.h"
#include "skywatcherAPI.h"
#include "alignment/AlignmentSubsystemForDrivers.h"
Classes | |
struct | GuidingPulse |
class | SkywatcherAPIMount |
struct | SkywatcherAPIMount::CurrentAltAz |
struct | SkywatcherAPIMount::TrackedAltAz |
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 } |
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.
enum ParkDirection_t |
enum ParkPosition_t |