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

kstars

lx200autostar.h

Go to the documentation of this file.
00001 /*
00002     LX200 Autostar
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 LX200AUTOSTAR_H
00022 #define LX200AUTOSTAR_H
00023 
00024 #include "lx200generic.h"
00025 
00026 class LX200Autostar : public LX200Generic
00027 {
00028  public:
00029   LX200Autostar();
00030   ~LX200Autostar() {}
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 
00040 };
00041 
00042 void changeLX200AutostarDeviceName(const char *newName);
00043 
00044 #endif
00045  

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