Changeset 2044 in ntrip


Ignore:
Timestamp:
Nov 26, 2009, 4:09:09 PM (14 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpppclient.cpp

    r2043 r2044  
    4444#include "bncpppclient.h"
    4545#include "bncutils.h"
     46#include "bncconst.h"
    4647
    4748extern "C" {
     
    157158      cc->rao.ReSize(3);
    158159      in >> cc->iod >> cc->dClk >> cc->rao[0] >> cc->rao[1] >> cc->rao[2];
     160      cc->dClk /= t_CST::c;
    159161    }
    160162  }
     
    195197  RSW_to_XYZ(xc.Rows(1,3), vv, cc->rao, dx);
    196198
    197 
     199  xc[0] += dx[0];
     200  xc[1] += dx[1];
     201  xc[2] += dx[2];
     202  xc[3] += cc->dClk;
    198203}
    199204
  • trunk/BNC/bncpppclient.h

    r2042 r2044  
    6363class t_corr {
    6464 public:
    65   t_time tt;
    66   int    iod;
    67   double dClk;
    68   double rao[3];
     65  t_time       tt;
     66  int          iod;
     67  double       dClk;
     68  ColumnVector rao;
    6969};
    7070
Note: See TracChangeset for help on using the changeset viewer.