Changeset 986 in ntrip
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bns.cpp
r985 r986 499 499 dx(3) = -0.048; 500 500 const static double arcSec = 180.0 * 3600.0 / M_PI; 501 const static double ox = 0.000081 / arcSec;502 const static double oy = 0.000490 / arcSec;503 const static double oz = 0.000792 / arcSec;501 const static double ox = 0.000081 / arcSec; 502 const static double oy = 0.000490 / arcSec; 503 const static double oz = -0.000792 / arcSec; 504 504 505 505 Matrix rMat(3,3); rMat = 0.0; -
trunk/BNS/bns.h
r984 r986 58 58 const QString& prn, const ColumnVector& xx, 59 59 struct ClockOrbit::SatData* sd); 60 void crdTrafo( ColumnVector& xyz);60 void crdTrafo(int GPSWeek, ColumnVector& xyz); 61 61 62 62 QTcpServer* _clkServer;
Note:
See TracChangeset
for help on using the changeset viewer.