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/lx200generic.h

    r490 r642  
    4545 int checkPower(ISwitchVectorProperty *sp);
    4646 int checkPower(ITextVectorProperty *tp);
    47  void handleError(ISwitchVectorProperty *svp, int err, const char *msg);
    48  void handleError(INumberVectorProperty *nvp, int err, const char *msg);
    49  void handleError(ITextVectorProperty *tvp, int err, const char *msg);
     47 virtual void handleError(ISwitchVectorProperty *svp, int err, const char *msg);
     48 virtual void handleError(INumberVectorProperty *nvp, int err, const char *msg);
     49 virtual void handleError(ITextVectorProperty *tvp, int err, const char *msg);
    5050 bool isTelescopeOn(void);
    51  void connectTelescope();
     51 virtual void connectTelescope();
    5252 void slewError(int slewCode);
    5353 void getAlignment();
     
    8080  int    currentSet;
    8181  int    lastSet;
    82  
    8382
    8483};
Note: See TracChangeset for help on using the changeset viewer.