Changeset 6140 in ntrip for trunk/BNC/src/bncephuser.h


Ignore:
Timestamp:
Sep 13, 2014, 12:51:51 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6139 r6140  
    8484};
    8585
    86 class t_bias {
    87  public:
    88   t_bias() {}
    89   ~t_bias() {}
    90   t_irc readLine(const QString& line);
    91   double value(const QByteArray& rnxStr) const {
    92     if (_value.contains(rnxStr)) {
    93       return _value[rnxStr];
    94     }
    95     else {
    96       return 0.0;
    97     }
    98   }
    99   QString                  _prn;
    100   bncTime                  _time;
    101   QMap<QByteArray, double> _value;
    102 };
    103 
    10486class bncEphUser : public QObject {
    10587 Q_OBJECT
Note: See TracChangeset for help on using the changeset viewer.