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

kstars

lx200_16.h

Go to the documentation of this file.
00001 #ifndef LX200_16_H
00002 #define LX200_16_H
00003 
00004 /*
00005     LX200 16"
00006     Copyright (C) 2003 Jasem Mutlaq (mutlaqja@ikarustech.com)
00007 
00008     This library is free software; you can redistribute it and/or
00009     modify it under the terms of the GNU Lesser General Public
00010     License as published by the Free Software Foundation; either
00011     version 2.1 of the License, or (at your option) any later version.
00012 
00013     This library is distributed in the hope that it will be useful,
00014     but WITHOUT ANY WARRANTY; without even the implied warranty of
00015     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00016     Lesser General Public License for more details.
00017 
00018     You should have received a copy of the GNU Lesser General Public
00019     License along with this library; if not, write to the Free Software
00020     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
00021 
00022 */
00023 
00024 #include "lx200autostar.h"
00025 
00026 class LX200_16 : public LX200Autostar
00027 {
00028  public:
00029   LX200_16();
00030   ~LX200_16() {}
00031 
00032  void ISGetProperties (const char *dev);
00033  void ISNewNumber (const char *dev, const char *name, double values[], char *names[], int n);
00034  void ISNewText (const char *dev, const char *name, char *texts[], char *names[], int n);
00035  void ISNewSwitch (const char *dev, const char *name, ISState *states, char *names[], int n);
00036  void ISPoll ();
00037  void getBasicData();
00038  void handleAltAzSlew();
00039 
00040  private:
00041 
00042  double currentAlt;
00043  double currentAz;
00044  double targetAlt;
00045  double targetAz;
00046 
00047 };
00048 
00049 void changeLX200_16DeviceName(const char * newName);
00050 
00051 #endif
00052 
00053 

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