Changeset 2029 in ntrip


Ignore:
Timestamp:
Nov 26, 2009, 11:06:18 AM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpppthread.cpp

    r2028 r2029  
    4040
    4141#include <iomanip>
     42#include <newmatio.h>
    4243
    4344#include "bncpppthread.h"
     
    185186                              ColumnVector& xc, ColumnVector& vv) {
    186187
    187   return success;
     188  if (_eph.contains(prn)) {
     189    _eph.value(prn)->position(tt.gpsw(), tt.gpssec(), xc.data(), vv.data());
     190    return success;
     191  }
     192
     193  return failure;
    188194}
    189195
     
    204210
    205211    if (getSatPos(_data->tt, prn, xc, vv) == success) {
    206 
     212      cout << _data->tt.timestr(1) << " " << prn.toAscii().data() << " "
     213           << setprecision(3) << xc.t();
    207214    }
    208215  }
Note: See TracChangeset for help on using the changeset viewer.