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

Go to the source code of this file.
Defines | |
| #define | currentALT HorizontalCoordsRNP.np[1].value |
| #define | currentAZ HorizontalCoordsRNP.np[0].value |
| #define | LX16GROUP "GPS/16 inch Features" |
| #define | targetALT HorizontalCoordsWNP.np[1].value |
| #define | targetAZ HorizontalCoordsWNP.np[0].value |
Functions | |
| void | changeLX200_16DeviceName (const char *newName) |
Variables | |
| static ISwitch | FanStatusS [] = { {"On", "", ISS_OFF, 0, 0}, {"Off", "", ISS_OFF, 0, 0}} |
| static ISwitchVectorProperty | FanStatusSP = { 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 | FieldDeRotatorSP = { 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 | HomeSearchSP = { mydev, "Park", "", LX16GROUP, IP_RW, ISR_1OFMANY, 0, IPS_IDLE, HomeSearchS, NARRAY(HomeSearchS), "", 0} |
| static INumber | HorizontalCoordsRN [] |
| static INumberVectorProperty | HorizontalCoordsRNP |
| static INumber | HorizontalCoordsWN [] |
| static INumberVectorProperty | HorizontalCoordsWNP |
| int | MaxReticleFlashRate |
| LX200Generic * | telescope |
| ITextVectorProperty | Time |
Define Documentation
| #define currentALT HorizontalCoordsRNP.np[1].value |
Definition at line 33 of file lx200_16.cpp.
| #define currentAZ HorizontalCoordsRNP.np[0].value |
Definition at line 32 of file lx200_16.cpp.
| #define LX16GROUP "GPS/16 inch Features" |
Definition at line 30 of file lx200_16.cpp.
| #define targetALT HorizontalCoordsWNP.np[1].value |
Definition at line 35 of file lx200_16.cpp.
| #define targetAZ HorizontalCoordsWNP.np[0].value |
Definition at line 34 of file lx200_16.cpp.
Function Documentation
| void changeLX200_16DeviceName | ( | const char * | newName | ) |
Definition at line 70 of file lx200_16.cpp.
Variable Documentation
ISwitch FanStatusS[] = { {"On", "", ISS_OFF, 0, 0}, {"Off", "", ISS_OFF, 0, 0}} [static] |
Definition at line 41 of file lx200_16.cpp.
ISwitchVectorProperty FanStatusSP = { mydev, "Fan", "", LX16GROUP, IP_RW, ISR_1OFMANY, 0, IPS_IDLE, FanStatusS, NARRAY(FanStatusS), "", 0} [static] |
Definition at line 45 of file lx200_16.cpp.
ISwitch FieldDeRotatorS[] = { {"On", "", ISS_OFF, 0, 0}, {"Off", "", ISS_OFF,0 ,0}} [static] |
Definition at line 43 of file lx200_16.cpp.
ISwitchVectorProperty FieldDeRotatorSP = { mydev, "Field De-rotator", "", LX16GROUP, IP_RW, ISR_1OFMANY, 0, IPS_IDLE, FieldDeRotatorS, NARRAY(FieldDeRotatorS), "", 0} [static] |
Definition at line 49 of file lx200_16.cpp.
ISwitch HomeSearchS[] = { {"Save home", "", ISS_OFF, 0, 0} , {"Set home", "", ISS_OFF, 0, 0}} [static] |
Definition at line 42 of file lx200_16.cpp.
ISwitchVectorProperty HomeSearchSP = { mydev, "Park", "", LX16GROUP, IP_RW, ISR_1OFMANY, 0, IPS_IDLE, HomeSearchS, NARRAY(HomeSearchS), "", 0} [static] |
Definition at line 47 of file lx200_16.cpp.
INumber HorizontalCoordsRN[] [static] |
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 54 of file lx200_16.cpp.
INumberVectorProperty HorizontalCoordsRNP [static] |
Initial value:
{
mydev, "HORIZONTAL_COORD", "Horizontal Coords", LX16GROUP, IP_RO, 120, IPS_IDLE,
HorizontalCoordsRN, NARRAY(HorizontalCoordsRN), "", 0}
Definition at line 57 of file lx200_16.cpp.
INumber HorizontalCoordsWN[] [static] |
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 62 of file lx200_16.cpp.
INumberVectorProperty HorizontalCoordsWNP [static] |
Initial value:
{
mydev, "HORIZONTAL_COORD_REQUEST", "Horizontal Coords", LX16GROUP, IP_WO, 120, IPS_IDLE,
HorizontalCoordsWN, NARRAY(HorizontalCoordsWN), "", 0}
Definition at line 65 of file lx200_16.cpp.
Definition at line 43 of file lx200generic.cpp.
| LX200Generic* telescope |
Definition at line 44 of file celestrongps.cpp.
Definition at line 210 of file temmadriver.h.
KDE 4.2 API Reference