![]() |
Stellarium
0.17.0
|
Celestron NexStar command: Slew to a given position.
#include <NexStarCommand.hpp>
Public Member Functions | |
| NexStarCommandGotoPosition (Server &server, unsigned int ra_int, int dec_int) | |
| bool | writeCommandToBuffer (char *&buff, char *end) |
| int | readAnswerFromBuffer (const char *&buff, const char *end) const |
| void | print (QTextStream &o) const |
Public Member Functions inherited from NexStarCommand | |
| bool | hasBeenWrittenToBuffer (void) const |
| virtual bool | needsNoAnswer (void) const |
Additional Inherited Members | |
Protected Member Functions inherited from NexStarCommand | |
| NexStarCommand (Server &server) | |
Protected Attributes inherited from NexStarCommand | |
| TelescopeClientDirectNexStar & | server |
| bool | has_been_written_to_buffer |
1.8.11