Changeset 10273 in ntrip for tags/BNC_2.13.0/src/combination/bncbiassnx.cpp
- Timestamp:
- Dec 4, 2023, 10:59:30 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/BNC_2.13.0/src/combination/bncbiassnx.cpp
r10227 r10273 119 119 else if (line.indexOf("BIAS_MODE") == 1) { 120 120 if (line.contains("ABSOLUTE")) { 121 _type = ABS OLUTE;121 _type = ABS; 122 122 } 123 123 else if (line.contains("RELATIVE")) { 124 _type = REL ATIVE;124 _type = REL; 125 125 } 126 126 } … … 176 176 inFile.close(); 177 177 178 if (_type == ABS OLUTE) {178 if (_type == ABS) { 179 179 getDsbFromOsb(); 180 180 }
Note:
See TracChangeset
for help on using the changeset viewer.