Changeset 6160 in ntrip for trunk/BNC/src/satObs.cpp


Ignore:
Timestamp:
Sep 14, 2014, 11:13:25 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/satObs.cpp

    r6158 r6160  
    66////////////////////////////////////////////////////////////////////////////
    77t_clkCorr::t_clkCorr() {
     8  _iod        = 0;
     9  _dClk       = 0.0;
     10  _dotDClk    = 0.0;
     11  _dotDotDClk = 0.0;
     12  _clkPartial = 0.0;
    813}
    914
     
    2227////////////////////////////////////////////////////////////////////////////
    2328t_orbCorr::t_orbCorr() {
     29  _xr.ReSize(3);    _xr    = 0.0;
     30  _dotXr.ReSize(3); _dotXr = 0.0;
     31  _iod    = 0;
     32  _system = 'R';
    2433}
    2534
     
    2736////////////////////////////////////////////////////////////////////////////
    2837t_orbCorr::t_orbCorr(const string& str) {
    29   _xr.ReSize(3);    _xr    = 0.0;
    30   _dotXr.ReSize(3); _dotXr = 0.0;
    3138}
    3239
Note: See TracChangeset for help on using the changeset viewer.