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

kstars

lx200classic.h

Go to the documentation of this file.
00001 /*
00002     LX200 Classic
00003     Copyright (C) 2003 Jasem Mutlaq (mutlaqja@ikarustech.com)
00004 
00005     This library is free software; you can redistribute it and/or
00006     modify it under the terms of the GNU Lesser General Public
00007     License as published by the Free Software Foundation; either
00008     version 2.1 of the License, or (at your option) any later version.
00009 
00010     This library is distributed in the hope that it will be useful,
00011     but WITHOUT ANY WARRANTY; without even the implied warranty of
00012     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00013     Lesser General Public License for more details.
00014 
00015     You should have received a copy of the GNU Lesser General Public
00016     License along with this library; if not, write to the Free Software
00017     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
00018 
00019 */
00020 
00021 #ifndef LX200CLASSIC_H
00022 #define LX200CLASSIC_H
00023 
00024 #include "lx200generic.h"
00025 
00026 class LX200Classic : public LX200Generic
00027 {
00028  public:
00029   LX200Classic();
00030   ~LX200Classic() {}
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  
00039  private:
00040  int currentCatalog;
00041  int currentSubCatalog;
00042 
00043 
00044 };
00045 
00046 void changeLX200ClassicDeviceName(const char *newName);
00047 
00048 #endif
00049  

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