Changeset 10271 in ntrip
- Timestamp:
- Dec 4, 2023, 11:15:41 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/BNC_2.13.0/src/bncmain.cpp
r10251 r10271 233 233 " PPP/logPath {Directory for PPP log files [character string]}\n" 234 234 " PPP/antexFile {ANTEX file, full path [character string]}\n" 235 #ifdef USE_PPP 235 #ifdef USE_PPP 236 236 " PPP/blqFile {BLQ file, full path [character string]}\n" 237 237 " PPP/ionoMount {VTEC mountpoint, [char string]}\n" 238 238 " PPP/ionoFile {VTEC file, full path [char string]}\n" 239 #endif 239 #endif 240 240 " PPP/nmeaPath {Directory for NMEA output files [character string]}\n" 241 241 " PPP/snxtroPath {Directory for SINEX troposphere output files [character string]}\n" … … 568 568 BNC_CORE->stopPPP(); 569 569 BNC_CORE->stopCombination(); 570 sleep(2); 570 #ifndef WIN32 571 sleep(2); 572 #else 573 Sleep(2000); 574 #endif 571 575 } 572 576 if (caster) {
Note:
See TracChangeset
for help on using the changeset viewer.