Changeset 6175 in ntrip for trunk/BNC/src/satObs.cpp


Ignore:
Timestamp:
Sep 14, 2014, 2:17:38 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/satObs.cpp

    r6160 r6175  
    1515//
    1616////////////////////////////////////////////////////////////////////////////
    17 t_clkCorr::t_clkCorr(const string& str) {
     17t_clkCorr::t_clkCorr(const string& line) {
    1818}
    1919
    2020//
    2121////////////////////////////////////////////////////////////////////////////
    22 string t_clkCorr::toString() const {
     22string t_clkCorr::toLine() const {
    2323  return "CLK";
    2424}
     
    3535//
    3636////////////////////////////////////////////////////////////////////////////
    37 t_orbCorr::t_orbCorr(const string& str) {
     37t_orbCorr::t_orbCorr(const string& line) {
    3838}
    3939
    4040//
    4141////////////////////////////////////////////////////////////////////////////
    42 string t_orbCorr::toString() const {
     42string t_orbCorr::toLine() const {
    4343  return "ORB";
    4444}
Note: See TracChangeset for help on using the changeset viewer.