Changeset 8378 for trunk/MagicSoft/Cosy/tcpip/MDriveCom.cc
- Timestamp:
- 03/14/07 19:19:45 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/tcpip/MDriveCom.cc
r7788 r8378 262 262 str += txt.Print("%08.3f", er.Az()); 263 263 264 return Send ("DRIVE-REPORT", str, kFALSE);264 return SendRep("DRIVE-REPORT", str, kFALSE); 265 265 } 266 266 267 267 bool MDriveCom::SendStatus(const char *stat) 268 268 { 269 return Send ("DRIVE-STATUS", stat, kFALSE);269 return SendRep("DRIVE-STATUS", stat, kFALSE); 270 270 } 271 271 … … 302 302 str += txt.Print("%04d ", num); //number of detected stars 303 303 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.