Changeset 10791 in ntrip for trunk/BNC/src/bncconst.h
- Timestamp:
- Dec 3, 2025, 5:37:16 PM (3 months ago)
- File:
-
- 1 edited
-
trunk/BNC/src/bncconst.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncconst.h
r10619 r10791 106 106 return std::string(); 107 107 } 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 108 119 static enum type toInt(std::string s) { 109 120 // GPS … … 141 152 return type(); 142 153 } 154 155 static type toFreq(char sys, char frqChar); 143 156 }; 144 157
Note:
See TracChangeset
for help on using the changeset viewer.
