Instrument Neutral Distributed Interface INDI  2.0.2
Macros | Functions | Variables
skywatcherAltAzSimple.cpp File Reference
#include "skywatcherAltAzSimple.h"
#include "indicom.h"
#include "connectionplugins/connectionserial.h"
#include <libnova/transform.h>
#include <libnova/utility.h>
#include <chrono>
#include <cstring>
#include <fstream>
#include <iostream>
#include <thread>
#include <sys/stat.h>

Go to the source code of this file.

Macros

#define HAVE_ROUND
 
#define SLEWMODES   9
 

Functions

std::unique_ptr< SkywatcherAltAzSimpleSkywatcherAltAzSimplePtr (new SkywatcherAltAzSimple())
 
void ISPoll (void *p)
 

Variables

double SlewSpeeds [SLEWMODES] = { 1.0, 2.0, 4.0, 8.0, 16.0, 32.0, 64.0, 128.0, 600.0 }
 

Macro Definition Documentation

◆ HAVE_ROUND

#define HAVE_ROUND

Definition at line 23 of file skywatcherAltAzSimple.cpp.

◆ SLEWMODES

#define SLEWMODES   9

Definition at line 38 of file skywatcherAltAzSimple.cpp.

Function Documentation

◆ ISPoll()

void ISPoll ( void *  p)

Definition at line 393 of file fli_wheel.c.

◆ SkywatcherAltAzSimplePtr()

std::unique_ptr<SkywatcherAltAzSimple> SkywatcherAltAzSimplePtr ( new   SkywatcherAltAzSimple())

Variable Documentation

◆ SlewSpeeds

double SlewSpeeds[SLEWMODES] = { 1.0, 2.0, 4.0, 8.0, 16.0, 32.0, 64.0, 128.0, 600.0 }

Definition at line 39 of file skywatcherAltAzSimple.cpp.