TwiceAsNice
2019-02-18
|
#include "indicom.h"
#include "indilogger.h"
#include "celestrondriver.h"
#include <libnova/julian_day.h>
#include <map>
#include <cstring>
#include <cmath>
#include <termios.h>
#include <unistd.h>
Macros | |
#define | CELESTRON_TIMEOUT 5 /* FD timeout in seconds */ |
Functions | |
void | hex_dump (char *buf, const char *data, int size) |
void | parseCoordsResponse (char *response, double *d1, double *d2, bool precise) |
Variables | |
char | device_str [MAXINDIDEVICE] = "Celestron GPS" |
#define CELESTRON_TIMEOUT 5 /* FD timeout in seconds */ |
void hex_dump | ( | char * | buf, |
const char * | data, | ||
int | size | ||
) |
void parseCoordsResponse | ( | char * | response, |
double * | d1, | ||
double * | d2, | ||
bool | precise | ||
) |
char device_str[MAXINDIDEVICE] = "Celestron GPS" |