• Skip to content
  • Skip to link menu
KDE 3.5 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

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"

Include dependency graph for lx200_16.cpp:

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.

INumber hor[] [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 77 of file lx200_16.cpp.

INumberVectorProperty horNum [static]

Initial value:

 {
    mydev, "HORIZONTAL_COORD", "Horizontal Coords", LX16GROUP, IP_RW, 0, IPS_IDLE,
    hor, NARRAY(hor), "", 0}

Definition at line 81 of file lx200_16.cpp.

int MaxReticleFlashRate

Definition at line 66 of file apmount.cpp.

LX200Generic* telescope

Definition at line 65 of file apmount.cpp.

ITextVectorProperty Time

Definition at line 155 of file lx200generic.cpp.

kstars

Skip menu "kstars"
  • Main Page
  • Modules
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members
  • Related Pages

API Reference

Skip menu "API Reference"
  • keduca
  • kstars
Generated for API Reference by doxygen 1.5.9
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal