Changeset 3209 in ntrip for trunk/BNC/bncephuser.h


Ignore:
Timestamp:
Mar 30, 2011, 8:39:39 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncephuser.h

    r3182 r3209  
    9292  };
    9393
     94  const t_ephPair* ephPair(const QString& prn) {
     95    if (_eph.contains(prn)) {
     96      return _eph[prn];
     97    }
     98    else {
     99      return 0;
     100    }
     101  }
    94102
    95103 public slots:
Note: See TracChangeset for help on using the changeset viewer.