Ignore:
Timestamp:
03/14/07 19:19:45 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7788 r8378  
    262262    str += txt.Print("%08.3f", er.Az());
    263263
    264     return Send("DRIVE-REPORT", str, kFALSE);
     264    return SendRep("DRIVE-REPORT", str, kFALSE);
    265265}
    266266
    267267bool MDriveCom::SendStatus(const char *stat)
    268268{
    269     return Send("DRIVE-STATUS", stat, kFALSE);
     269    return SendRep("DRIVE-STATUS", stat, kFALSE);
    270270}
    271271
     
    302302    str += txt.Print("%04d ", num);               //number of detected stars
    303303
    304     return Send("STARG-REPORT", str, kTRUE);
    305 }
     304    return SendRep("STARG-REPORT", str, kTRUE);
     305}
Note: See TracChangeset for help on using the changeset viewer.