Changeset 8619 in ntrip for trunk/BNC/src/PPP/pppStation.cpp


Ignore:
Timestamp:
Feb 28, 2019, 2:49:35 PM (5 years ago)
Author:
stuerze
Message:

special ssr wind up computation is added

File:
1 edited

Legend:

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

    r7250 r8619  
    1111 * Created:    29-Jul-2014
    1212 *
    13  * Changes:   
     13 * Changes:
    1414 *
    1515 * -----------------------------------------------------------------------*/
     
    3737}
    3838
    39 // 
     39//
    4040//////////////////////////////////////////////////////////////////////////////
    4141void t_pppStation::setXyzApr(const ColumnVector& xyzApr) {
     
    4545}
    4646
    47 // 
     47//
    4848//////////////////////////////////////////////////////////////////////////////
    4949void t_pppStation::setNeuEcc(const ColumnVector& neuEcc) {
     
    5353}
    5454
    55 // 
     55//
    5656//////////////////////////////////////////////////////////////////////////////
    57 double t_pppStation::windUp(const bncTime& time, t_prn prn,
    58                          const ColumnVector& rSat) const {
    59   return _windUp->value(time, _xyzApr, prn, rSat);
     57double t_pppStation::windUp(const bncTime& time, t_prn prn,
     58                         const ColumnVector& rSat, bool ssr, double yaw,
     59                         const ColumnVector& vSat) const {
     60  return _windUp->value(time, _xyzApr, prn, rSat, ssr, yaw, vSat);
    6061}
    6162
Note: See TracChangeset for help on using the changeset viewer.