Changeset 5755 in ntrip
- Timestamp:
- Aug 3, 2014, 12:07:55 PM (11 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncantex.cpp
r5754 r5755 257 257 // Phase Center Offset (Receiver Antenna and GPS only) 258 258 //////////////////////////////////////////////////////////////////////////// 259 double bncAntex::pco(const QString& antName, double eleSat, bool& found) {259 double bncAntex::pco(const QString& antName, double eleSat, bool& found) const { 260 260 261 261 static const double f1 = t_CST::freq1; … … 280 280 return 0.0; 281 281 } 282 283 // 284 //////////////////////////////////////////////////////////////////////////// 285 double bncAntex::rcvCorr(BNC::t_frequency::type /* frqType */, const std::string& antName, 286 double eleSat, bool& found) const { 287 return pco(QString(antName.c_str()), eleSat, found); 288 } -
trunk/BNC/src/bncantex.h
r5750 r5755 40 40 t_irc readFile(const QString& fileName); 41 41 void print() const; 42 double pco(const QString& antName, double eleSat, bool& found) ;42 double pco(const QString& antName, double eleSat, bool& found) const; 43 43 double rcvCorr(BNC::t_frequency::type frqType, const std::string& antName, 44 44 double eleSat, bool& found) const;
Note:
See TracChangeset
for help on using the changeset viewer.