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


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpppclient.cpp

    r2042 r2043  
    4343
    4444#include "bncpppclient.h"
     45#include "bncutils.h"
    4546
    4647extern "C" {
     
    154155      }
    155156      cc->tt.set(GPSweek, GPSweeks);
     157      cc->rao.ReSize(3);
    156158      in >> cc->iod >> cc->dClk >> cc->rao[0] >> cc->rao[1] >> cc->rao[2];
    157159    }
     
    190192void bncPPPclient::applyCorr(const t_corr* cc, ColumnVector& xc,
    191193                             ColumnVector& vv) {
     194  ColumnVector dx(3);
     195  RSW_to_XYZ(xc.Rows(1,3), vv, cc->rao, dx);
     196
    192197
    193198}
Note: See TracChangeset for help on using the changeset viewer.