Changeset 6867 for trunk/MagicSoft/Cosy/tcpip/MDriveCom.cc
- Timestamp:
- 03/21/05 09:51:13 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/tcpip/MDriveCom.cc
r6841 r6867 223 223 { 224 224 // miss [deg] 225 // nompos [ rad]225 // nompos [deg] 226 226 const MTime t(-1); 227 227 228 miss *= 60; // [arcmin] 229 nompos *= kRad2Deg; // [deg] 228 miss *= 60; // [arcmin] 230 229 231 230 // Set status flag … … 249 248 str += txt.Print("%05.1f ", center.GetY()); //number 250 249 str += txt.Print("%04d ", n); //number 251 str += txt.Print("%03.1f ", bright);252 str += txt.Print("%12.6f 250 str += txt.Print("%03.1f ", bright); 251 str += txt.Print("%12.6f", t.GetMjd()); // mjd 253 252 254 253 return Send("STARG-REPORT", str, kTRUE);
Note:
See TracChangeset
for help on using the changeset viewer.