Changeset 10791 in ntrip for trunk/BNC/src/bncconst.h


Ignore:
Timestamp:
Dec 3, 2025, 5:37:16 PM (3 months ago)
Author:
mervart
Message:

BNC Multifrequency and PPPAR Client (initial version)

File:
1 edited

Legend:

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

    r10619 r10791  
    106106    return std::string();
    107107  }
     108
     109  static char toSystem(type tt) {
     110    std::string str = t_frequency::toString(tt);
     111    if (str.length() > 0) {
     112      return str[0];
     113    }
     114    else {
     115      return '?';
     116    }
     117  }
     118 
    108119  static enum type toInt(std::string s) {
    109120    // GPS
     
    141152    return type();
    142153  }
     154
     155  static type toFreq(char sys, char frqChar);
    143156};
    144157
Note: See TracChangeset for help on using the changeset viewer.