Ignore:
Timestamp:
09/05/04 18:56:47 (20 years ago)
Author:
rwagner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r4076 r4865  
    3131        kTracking = 0x04,
    3232        kStopping = 0x08,
    33         kStopped  = 0x10
     33        kStopped  = 0x10,
     34        kStandby  = 0x20,
     35        kMonitoring = 0x40
    3436    };
    35 
     37 
    3638    MDriveCom(MsgQueue *q, MLog &out=gLog) : MCeCoCom("DRIVE-REPORT", out), fQueue(q) {}
    3739
    3840    bool SendReport(UInt_t stat, RaDec rd, ZdAz so, ZdAz is, ZdAz er);
     41    bool SendStargReport(UInt_t stat, ZdAz miss);
    3942    bool SendStatus(const char *stat);
    4043};
    4144
    4245#endif
     46
     47
     48
     49
     50
     51
     52
     53
     54
     55
     56
Note: See TracChangeset for help on using the changeset viewer.