Changeset 5818 in ntrip for trunk/BNC/src/PPP/pppSatBias.h


Ignore:
Timestamp:
Aug 6, 2014, 12:28:26 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppSatBias.h

    r5814 r5818  
    1010typedef std::string t_biasType;
    1111
    12 class t_satBias {
     12class t_pppSatBias {
    1313 public:
    14   t_satBias(const t_satBiases& satBiases);
    15   ~t_satBias() {}
     14  t_pppSatBias(const t_satBiases& satBiases);
     15  ~t_pppSatBias() {}
    1616  const t_prn& prn() const {return _prn;}
    1717  const std::map<t_biasType, double>& biases() const {return _biases;}
Note: See TracChangeset for help on using the changeset viewer.