Changeset 2044 in ntrip for trunk/BNC/bncpppclient.cpp


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

* empty log message *

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.