25 #ifndef _NEXSTAR_CONNECTION_HPP_
26 #define _NEXSTAR_CONNECTION_HPP_
28 #include "SerialPort.hpp"
41 void sendGoto(
unsigned int ra_int,
int dec_int);
45 void dataReceived(
const char *&p,
const char *read_buff_end);
46 void sendPosition(
unsigned int ra_int,
int dec_int,
int status) {Q_UNUSED(ra_int); Q_UNUSED(dec_int); Q_UNUSED(status);}
47 void resetCommunication(
void);
50 list<NexStarCommand*> command_list;
53 #endif //_NEXSTAR_CONNECTION_HPP_
Base class for telescope server classes.
Serial port connection to a Celestron NexStar or a compatible telescope.
Abstract base class for Celestron NexStar (and compatible) commands.
Serial interface connection.