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


Ignore:
Timestamp:
Dec 27, 2014, 6:14:17 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6465 r6466  
    77using namespace std;
    88
    9 //
     9// Constructor
    1010////////////////////////////////////////////////////////////////////////////
    11 void t_clkCorr::reset() {
    12   _prn.set(' ', 0);
    13   _time.reset();
     11t_clkCorr::t_clkCorr() {
    1412  _iod        = 0;
    1513  _dClk       = 0.0;
     
    4745}
    4846
    49 //
     47// Constructor
    5048////////////////////////////////////////////////////////////////////////////
    51 void t_orbCorr::reset() {
    52   _prn.set(' ', 0);
    53   _time.reset();
     49t_orbCorr::t_orbCorr() {
     50  _iod    = 0;
     51  _system = 'R';
    5452  _xr.ReSize(3);    _xr    = 0.0;
    5553  _dotXr.ReSize(3); _dotXr = 0.0;
    56   _iod    = 0;
    57   _system = 'R';
    5854}
    5955
Note: See TracChangeset for help on using the changeset viewer.