Stellarium
0.17.0
|
Meade LX200 command: Get the current right ascension.
#include <Lx200Command.hpp>
Public Member Functions | |
Lx200CommandGetRa (Server &server) | |
bool | writeCommandToBuffer (char *&buff, char *end) |
int | readAnswerFromBuffer (const char *&buff, const char *end) |
void | print (QTextStream &o) const |
Public Member Functions inherited from Lx200Command | |
bool | hasBeenWrittenToBuffer (void) const |
virtual bool | needsNoAnswer (void) const |
virtual bool | isCommandGotoSelected (void) const |
virtual bool | shortAnswerReceived (void) const |
Additional Inherited Members | |
Protected Member Functions inherited from Lx200Command | |
Lx200Command (Server &server) | |
Protected Attributes inherited from Lx200Command | |
TelescopeClientDirectLx200 & | server |
bool | has_been_written_to_buffer |