TwiceAsNice
2019-02-18
|
#include "eqmoderror.h"
#include <inditelescope.h>
#include <lilxml.h>
#include <time.h>
#include <sys/time.h>
#include "simulator/simulator.h"
Classes | |
class | Skywatcher |
struct | Skywatcher::SkyWatcherFeatures |
struct | Skywatcher::SkywatcherAxisStatus |
Macros | |
#define | SKYWATCHER_MAX_CMD 16 |
#define | SKYWATCHER_MAX_TRIES 3 |
#define | SKYWATCHER_ERROR_BUFFER 1024 |
#define | SKYWATCHER_SIDEREAL_DAY 86164.09053083288 |
#define | SKYWATCHER_SIDEREAL_SPEED 15.04106864 |
#define | SKYWATCHER_STELLAR_DAY 86164.098903691 |
#define | SKYWATCHER_STELLAR_SPEED 15.041067179 |
#define | SKYWATCHER_LOWSPEED_RATE 128 |
#define | SKYWATCHER_MAXREFRESH 0.5 |
#define | SKYWATCHER_BACKLASH_SPEED_RA 64 |
#define | SKYWATCHER_BACKLASH_SPEED_DE 64 |
#define | HEX(c) (((c) < 'A') ? ((c) - '0') : ((c) - 'A') + 10) |
#define SKYWATCHER_BACKLASH_SPEED_DE 64 |
#define SKYWATCHER_BACKLASH_SPEED_RA 64 |
#define SKYWATCHER_ERROR_BUFFER 1024 |
#define SKYWATCHER_LOWSPEED_RATE 128 |
#define SKYWATCHER_MAX_CMD 16 |
#define SKYWATCHER_MAX_TRIES 3 |
#define SKYWATCHER_MAXREFRESH 0.5 |
#define SKYWATCHER_SIDEREAL_DAY 86164.09053083288 |
#define SKYWATCHER_SIDEREAL_SPEED 15.04106864 |
#define SKYWATCHER_STELLAR_DAY 86164.098903691 |
#define SKYWATCHER_STELLAR_SPEED 15.041067179 |