Stellarium 0.14.3
|
Telescope client that connects directly to a Meade LX200 through a serial port. More...
#include <TelescopeClientDirectLx200.hpp>
Public Member Functions | |
TelescopeClientDirectLx200 (const QString &name, const QString ¶meters, Equinox eq=EquinoxJ2000) | |
bool | isConnected (void) const |
virtual void | step (long long int timeout_micros) |
void | communicationResetReceived (void) |
void | longFormatUsedReceived (bool long_format) |
void | raReceived (unsigned int ra_int) |
void | decReceived (unsigned int dec_int) |
Public Member Functions inherited from TelescopeClient | |
QString | getEnglishName (void) const |
QString | getNameI18n (void) const |
Vec3f | getInfoColor (void) const |
QString | getInfoString (const StelCore *core, const InfoStringGroup &flags) const |
TelescopeClient supports the following InfoStringGroup flags: More... | |
QString | getType (void) const |
virtual double | getAngularSize (const StelCore *) const |
void | addOcular (double fov) |
const QList< double > & | getOculars (void) const |
Public Member Functions inherited from Server | |
Server (int port) | |
Additional Inherited Members | |
Static Public Member Functions inherited from TelescopeClient | |
static TelescopeClient * | create (const QString &url) |
Protected Member Functions inherited from TelescopeClient | |
TelescopeClient (const QString &name) | |
Protected Member Functions inherited from Server | |
void | sendPosition (unsigned int ra_int, int dec_int, int status) |
void | addConnection (Socket *s) |
Adds this object to the list of connections maintained by this server. More... | |
void | closeAcceptedConnections (void) |
Protected Attributes inherited from TelescopeClient | |
QString | nameI18n |
const QString | name |
Telescope client that connects directly to a Meade LX200 through a serial port.
This class has been created by merging the code of TelescopeTCP and ServerLx200.
Definition at line 43 of file TelescopeClientDirectLx200.hpp.