Ignore:
Timestamp:
11/17/03 13:40:14 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/tcpip/MDriveCom.h

    r2384 r2517  
    88class RaDec;
    99class ZdAz;
     10class MsgQueue;
    1011
    1112class MDriveCom : public MCeCoCom
    1213{
    1314private:
     15    MsgQueue *fQueue;
     16
     17    bool ReadAngle(TString &str, Double_t &d);
     18    bool ReadPosition(TString &str, Double_t &d1, Double_t &d2);
     19
    1420    bool InterpreteCmd(TString cmd, TString str);
    1521    void Print(TString &str, Double_t deg) const;
     22
     23    bool CommandRADEC(TString &str);
     24    bool CommandZDAZ(TString &str);
    1625
    1726public:
     
    2534    };
    2635
    27     MDriveCom(MLog &out=gLog) : MCeCoCom("DRIVE-REPORT", out) {}
     36    MDriveCom(MsgQueue *q, MLog &out=gLog) : MCeCoCom("DRIVE-REPORT", out), fQueue(q) {}
    2837
    2938    bool SendReport(UInt_t stat, RaDec rd, ZdAz so, ZdAz is, ZdAz er);
Note: See TracChangeset for help on using the changeset viewer.