Ignore:
Timestamp:
08/29/05 16:23:44 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r6867 r7338  
    220220}
    221221
    222 bool MDriveCom::SendStargReport(UInt_t stat, ZdAz miss, ZdAz nompos, Ring center, Int_t n, Double_t bright, Double_t mjd)
     222bool MDriveCom::SendStargReport(UInt_t stat, ZdAz miss, ZdAz nompos, Ring center, Int_t n, Double_t bright, Double_t mjd, Double_t x, Double_t y)
    223223{
    224224    // miss   [deg]
     
    249249    str += txt.Print("%04d ",   n);               //number
    250250    str += txt.Print("%03.1f ",  bright);
    251     str += txt.Print("%12.6f", t.GetMjd());      // mjd
    252    
     251    str += txt.Print("%12.6f ", t.GetMjd());      // mjd
     252    str += txt.Print("%.1f ", x);
     253    str += txt.Print("%.1f ", y);
     254
    253255    return Send("STARG-REPORT", str, kTRUE);
    254256
Note: See TracChangeset for help on using the changeset viewer.