Ignore:
Timestamp:
Feb 24, 2012, 12:37:36 PM (12 years ago)
Author:
frichard
Message:

-Alignement des antennes
-Version 0.0.9 de libindi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BAORadio/libindi/libindi/drivers/ccd/ccd_simulator.h

    r504 r642  
    22  Copyright(c) 2010 Gerry Rozema. All rights reserved.
    33
    4   This program is free software; you can redistribute it and/or modify it
    5   under the terms of the GNU General Public License as published by the Free
    6   Software Foundation; either version 2 of the License, or (at your option)
    7   any later version.
    8 
    9   This program is distributed in the hope that it will be useful, but WITHOUT
    10   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    11   FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
    12   more details.
    13 
    14   You should have received a copy of the GNU General Public License along with
    15   this program; if not, write to the Free Software Foundation, Inc., 59
    16   Temple Place - Suite 330, Boston, MA  02111-1307, USA.
    17 
    18   The full GNU General Public License is included in this distribution in the
    19   file called LICENSE.
     4 This library is free software; you can redistribute it and/or
     5 modify it under the terms of the GNU Library General Public
     6 License version 2 as published by the Free Software Foundation.
     7 .
     8 This library is distributed in the hope that it will be useful,
     9 but WITHOUT ANY WARRANTY; without even the implied warranty of
     10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     11 Library General Public License for more details.
     12 .
     13 You should have received a copy of the GNU Library General Public License
     14 along with this library; see the file COPYING.LIB.  If not, write to
     15 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
     16 Boston, MA 02110-1301, USA.
    2017*******************************************************************************/
    2118
     
    6562        bool AbortGuideFrame;
    6663
    67         float RA;
    68         float Dec;
     64
    6965        float GuideRate;
    7066
     
    7369        time_t RunStart;
    7470
    75         //  We are going to snoop these from a telescope
    76         INumberVectorProperty EqNV;
    77         INumber EqN[2];
    78 
    7971        //  And this lives in our simulator settings page
    8072
    8173        INumberVectorProperty *SimulatorSettingsNV;
    8274        INumber SimulatorSettingsN[13];
    83 
    84         ITextVectorProperty *TelescopeTV; //  A text vector that stores the telescope we want to snoop
    85         IText TelescopeT[1];
    86 
    87         //ISwitch ConfigSaveRestoreS[2];
    88         //ISwitchVectorProperty ConfigSaveRestoreSV;
    8975
    9076        ISwitch TimeFactorS[3];
     
    10389
    10490        void ISGetProperties (const char *dev);
    105         void ISSnoopDevice (XMLEle *root);
    106 
    10791
    10892
     
    123107        int AddToPixel(int,int,int);
    124108
    125         int GuideNorth(float);
    126         int GuideSouth(float);
    127         int GuideEast(float);
    128         int GuideWest(float);
     109        bool GuideNorth(float);
     110        bool GuideSouth(float);
     111        bool GuideEast(float);
     112        bool GuideWest(float);
    129113
    130114        virtual bool ISNewNumber (const char *dev, const char *name, double values[], char *names[], int n);
    131         virtual bool ISNewText (const char *dev, const char *name, char *texts[], char *names[], int n);
    132115        virtual bool ISNewSwitch (const char *dev, const char *name, ISState *states, char *names[], int n);
    133116
Note: See TracChangeset for help on using the changeset viewer.