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

kstars

lx200gps.h

Go to the documentation of this file.
00001 #ifndef LX200GPS_H
00002 #define LX200GPS_H
00003 
00004 /*
00005     LX200 GPS
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 "lx200_16.h"
00025 
00026 class LX200GPS : public LX200_16
00027 {
00028  public:
00029   LX200GPS();
00030   ~LX200GPS() {} 
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 void changeLX200GPSDeviceName(const char *newName);
00042 
00043 #endif
00044 
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