Changeset 3457 in ntrip
- Timestamp:
- Sep 23, 2011, 10:53:05 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/combination/bnccomb.cpp
r3456 r3457 399 399 ++_masterMissingEpochs; 400 400 if (_masterMissingEpochs < 2) { 401 out << "Missing Master, Epoch skipped \n";401 out << "Missing Master, Epoch skipped" << endl; 402 402 _buffer.remove(_resTime); 403 403 emit newMessage(_log, false); … … 759 759 void bncComb::switchToLastEph(const t_eph* lastEph, cmbParam* pp) { 760 760 761 if (pp->type != cmbParam:: clkSat) {761 if (pp->type != cmbParam::offACSat) { 762 762 return; 763 763 }
Note:
See TracChangeset
for help on using the changeset viewer.