Changeset 7248 in ntrip for trunk/BNC/src/PPP/pppClient.cpp


Ignore:
Timestamp:
Aug 24, 2015, 3:45:15 PM (9 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppClient.cpp

    r7237 r7248  
    5656  _filter   = new t_pppFilter();
    5757  _tides    = new t_tides();
    58   _iono     = new t_iono();
    5958
    6059  if (!_opt->_antexFileName.empty()) {
     
    102101//////////////////////////////////////////////////////////////////////////////
    103102void t_pppClient::putTec(const t_vTec* vTec) {
    104   _iono->setTecData(new t_vTec(*vTec));
    105   //_staRover->putTec(new t_vTec(*vTec));
     103  _obsPool->putTec(new t_vTec(*vTec));
    106104}
    107105
     
    384382  station->setTideDspl( _tides->displacement(time, station->xyzApr()) );
    385383 
    386 
    387384  // Ionosphere
    388385  // ----------
    389   station->setVtec(_iono->vtec());
     386  station->setIonoEpochTime(time);
    390387
    391388  // Observation model
Note: See TracChangeset for help on using the changeset viewer.