kstars
lx200_16.cpp File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <math.h>
#include "lx200_16.h"
#include "lx200driver.h"

Go to the source code of this file.
Defines | |
#define | LX16GROUP "GPS/16 inch Features" |
#define | MAXINDIDEVICE 32 |
#define | MAXINDIFORMAT 32 |
#define | MAXINDIGROUP 32 |
#define | MAXINDILABEL 32 |
#define | MAXINDINAME 32 |
Functions | |
void | changeLX200_16DeviceName (const char *newName) |
Variables | |
static ISwitch | FanStatusS [] = { {"On", "", ISS_OFF, 0, 0}, {"Off", "", ISS_OFF, 0, 0}} |
static ISwitchVectorProperty | FanStatusSw = { mydev, "Fan", "", LX16GROUP, IP_RW, ISR_1OFMANY, 0, IPS_IDLE, FanStatusS, NARRAY(FanStatusS), "", 0} |
static ISwitch | FieldDeRotatorS [] = { {"On", "", ISS_OFF, 0, 0}, {"Off", "", ISS_OFF,0 ,0}} |
static ISwitchVectorProperty | FieldDeRotatorSw = { mydev, "Field De-rotator", "", LX16GROUP, IP_RW, ISR_1OFMANY, 0, IPS_IDLE, FieldDeRotatorS, NARRAY(FieldDeRotatorS), "", 0} |
static ISwitch | HomeSearchS [] = { {"Save home", "", ISS_OFF, 0, 0} , {"Set home", "", ISS_OFF, 0, 0}} |
static ISwitchVectorProperty | HomeSearchSw = { mydev, "Park", "", LX16GROUP, IP_RW, ISR_1OFMANY, 0, IPS_IDLE, HomeSearchS, NARRAY(HomeSearchS), "", 0} |
static INumber | hor [] |
static INumberVectorProperty | horNum |
int | MaxReticleFlashRate |
LX200Generic * | telescope |
ITextVectorProperty | Time |
Define Documentation
#define LX16GROUP "GPS/16 inch Features" |
Definition at line 30 of file lx200_16.cpp.
#define MAXINDIDEVICE 32 |
Definition at line 64 of file lx200_16.cpp.
#define MAXINDIFORMAT 32 |
Definition at line 66 of file lx200_16.cpp.
#define MAXINDIGROUP 32 |
Definition at line 65 of file lx200_16.cpp.
#define MAXINDILABEL 32 |
Definition at line 63 of file lx200_16.cpp.
#define MAXINDINAME 32 |
Definition at line 62 of file lx200_16.cpp.
Function Documentation
void changeLX200_16DeviceName | ( | const char * | newName | ) |
Definition at line 85 of file lx200_16.cpp.
Variable Documentation
ISwitch FanStatusS[] = { {"On", "", ISS_OFF, 0, 0}, {"Off", "", ISS_OFF, 0, 0}} [static] |
Turns the field derotator On or Off.
This command applies only to 16" LX200.
- Parameters:
-
turnOn if turnOn is true, the derotator is turned on, otherwise, it is turned off. Sets object Altitude.
- Returns:
- true if object's altitude is successfully set. Sets object Azimuth.
true if object's azimuth is successfully set.
Definition at line 57 of file lx200_16.cpp.
ISwitchVectorProperty FanStatusSw = { mydev, "Fan", "", LX16GROUP, IP_RW, ISR_1OFMANY, 0, IPS_IDLE, FanStatusS, NARRAY(FanStatusS), "", 0} [static] |
Definition at line 68 of file lx200_16.cpp.
ISwitch FieldDeRotatorS[] = { {"On", "", ISS_OFF, 0, 0}, {"Off", "", ISS_OFF,0 ,0}} [static] |
Definition at line 59 of file lx200_16.cpp.
ISwitchVectorProperty FieldDeRotatorSw = { mydev, "Field De-rotator", "", LX16GROUP, IP_RW, ISR_1OFMANY, 0, IPS_IDLE, FieldDeRotatorS, NARRAY(FieldDeRotatorS), "", 0} [static] |
Definition at line 72 of file lx200_16.cpp.
ISwitch HomeSearchS[] = { {"Save home", "", ISS_OFF, 0, 0} , {"Set home", "", ISS_OFF, 0, 0}} [static] |
Definition at line 58 of file lx200_16.cpp.
ISwitchVectorProperty HomeSearchSw = { mydev, "Park", "", LX16GROUP, IP_RW, ISR_1OFMANY, 0, IPS_IDLE, HomeSearchS, NARRAY(HomeSearchS), "", 0} [static] |
Definition at line 70 of file lx200_16.cpp.
Initial value:
{ {"ALT", "Alt D:M:S", "%10.6m", -90., 90., 0., 0., 0, 0, 0}, {"AZ", "Az D:M:S", "%10.6m", 0., 360., 0., 0., 0, 0, 0}}
Definition at line 77 of file lx200_16.cpp.
INumberVectorProperty horNum [static] |
Definition at line 66 of file apmount.cpp.
Definition at line 65 of file apmount.cpp.
Definition at line 155 of file lx200generic.cpp.