Changeset 6015 in ntrip for trunk/BNC/src/PPP/pppInclude.h


Ignore:
Timestamp:
Aug 20, 2014, 4:46:52 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5877 r6015  
    122122};
    123123
    124 class t_frequency {
    125  public:
    126   enum type {dummy = 0, G1, G2, R1, R2, maxFr};
    127 
    128   static std::string toString(type tt) {
    129     if      (tt == G1) return "G1";
    130     else if (tt == G2) return "G2";
    131     else if (tt == R1) return "R1";
    132     else if (tt == R2) return "R2";
    133     return std::string();
    134   }
    135 };
    136 
    137124class t_lc {
    138125 public:
Note: See TracChangeset for help on using the changeset viewer.