TwiceAsNice
2019-02-18
|
Macros | |
#define | COMM_GROUP "Communication" |
#define | BASIC_GROUP "Position" |
#define | MAGELLAN_TRACK 0 |
#define | MAGELLAN_SYNC 1 |
#define | currentRA EquatorialCoordsRN[0].value |
#define | currentDEC EquatorialCoordsRN[1].value |
Functions | |
static void | ISPoll (void *) |
static void | retryConnection (void *) |
void | ISInit () |
Send client definitions of all properties. More... | |
void | ISGetProperties (const char *dev) |
Get Device Properties. More... | |
void | ISNewSwitch (const char *dev, const char *name, ISState *states, char *names[], int n) |
Update the value of an existing switch vector property. More... | |
void | ISNewText (const char *dev, const char *name, char *texts[], char *names[], int n) |
Update the value of an existing text vector property. More... | |
void | ISNewNumber (const char *dev, const char *name, double values[], char *names[], int n) |
void | ISNewBLOB (const char *dev, const char *name, int sizes[], int blobsizes[], char *blobs[], char *formats[], char *names[], int n) |
Update data of an existing blob vector property. More... | |
void | ISSnoopDevice (XMLEle *root) |
Function defined by Drivers that is called when another Driver it is snooping (by having previously called IDSnoopDevice()) sent any INDI message. More... | |
Variables | |
Magellan1 * | telescope = nullptr |
char * | me |
static ISwitch | ConnectS [] = { { "CONNECT", "Connect", ISS_OFF, 0, 0 }, { "DISCONNECT", "Disconnect", ISS_ON, 0, 0 } } |
ISwitchVectorProperty | ConnectSP |
static IText | PortT [] = { { "PORT", "Port", 0, 0, 0, 0 } } |
ITextVectorProperty | PortTP |
INumber | EquatorialCoordsRN [] |
INumberVectorProperty | EquatorialCoordsRNP |
#define BASIC_GROUP "Position" |
#define COMM_GROUP "Communication" |
#define currentDEC EquatorialCoordsRN[1].value |
#define currentRA EquatorialCoordsRN[0].value |
#define MAGELLAN_SYNC 1 |
#define MAGELLAN_TRACK 0 |
void ISInit | ( | void | ) |
Send client definitions of all properties.
|
static |
|
static |
|
static |
ISwitchVectorProperty ConnectSP |
INumber EquatorialCoordsRN[] |
INumberVectorProperty EquatorialCoordsRNP |
char* me |
|
static |
ITextVectorProperty PortTP |
Magellan1* telescope = nullptr |