Changeset 10128 in ntrip for trunk/BNC/src/bncsp3.cpp
- Timestamp:
- Jul 20, 2023, 12:48:39 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncsp3.cpp
r10127 r10128 222 222 223 223 // Simple Check - clock valid 224 if (sp3Sat->_clk == 999999.999999) { 224 if (sp3Sat->_clk == 999999.999999 || 225 sp3Sat->_clk == 0.0) { 225 226 sp3Sat->_clkValid = false; 226 227 sp3Sat->_clk = 0.0;
Note:
See TracChangeset
for help on using the changeset viewer.