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/telescope/telescope_simulator.h

    r504 r642  
    1515
    1616        bool Parked;
     17
     18        INumber GuideNSN[2];
     19        INumberVectorProperty *GuideNSNP;
     20
     21
     22        INumber GuideWEN[2];
     23        INumberVectorProperty *GuideWENP;
     24
     25        INumber GuideRateN[2];
     26        INumberVectorProperty *GuideRateNP;
     27
     28        INumberVectorProperty *EqPECNV;
     29        INumber EqPECN[2];
     30
     31        ISwitch PECErrNSS[2];
     32        ISwitchVectorProperty *PECErrNSSP;
     33
     34        ISwitch PECErrWES[2];
     35        ISwitchVectorProperty *PECErrWESP;
     36
     37
    1738    public:
    1839        ScopeSim();
     
    2445        virtual bool Disconnect();
    2546        virtual bool ReadScopeStatus();
     47        virtual bool initProperties();
     48        virtual void ISGetProperties (const char *dev);
     49        virtual bool updateProperties();
     50        virtual bool ISNewNumber (const char *dev, const char *name, double values[], char *names[], int n);
     51        virtual bool ISNewSwitch (const char *dev, const char *name, ISState *states, char *names[], int n);
     52
     53        virtual bool MoveNS(TelescopeMotionNS dir);
     54        virtual bool MoveWE(TelescopeMotionWE dir);
    2655
    2756        bool Goto(double,double);
Note: See TracChangeset for help on using the changeset viewer.