Changeset 6157 in ntrip for trunk/BNC/src/satObs.h


Ignore:
Timestamp:
Sep 14, 2014, 10:53:36 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6141 r6157  
    5959class t_orbCorr {
    6060 public:
    61   t_orbCorr();
     61  t_orbCorr() {
     62    _xr.ReSize(3);    _xr    = 0.0;
     63    _dotXr.ReSize(3); _dotXr = 0.0;
     64  }
    6265  t_orbCorr(const std::string& str);
    6366  t_prn          prn() const {return _prn;}
     
    6972  bncTime        _time;
    7073  char           _system;
    71   double         _xr[3];
    72   double         _dotXr[3];
     74  ColumnVector   _xr;
     75  ColumnVector   _dotXr;
    7376};
    7477
Note: See TracChangeset for help on using the changeset viewer.