Changeset 7327 in ntrip
- Timestamp:
- Sep 25, 2015, 8:56:23 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncmain.cpp
r7297 r7327 115 115 " ephPath <Directory>\n" 116 116 " ephIntr <Interval>\n" 117 " outEphPort <Port>\n"117 " ephOutPort <Port>\n" 118 118 " ephV3 <Produce version 3 file contents, 0=no, 2=yes>\n" 119 119 " ephV3filenames <Produde version 3 filenames, 0=no, 2=yes>\n" … … 425 425 426 426 BNC_CORE->setCaster(caster); 427 BNC_CORE->setPortEph(settings.value(" outEphPort").toInt());427 BNC_CORE->setPortEph(settings.value("ephOutPort").toInt()); 428 428 BNC_CORE->setPortCorr(settings.value("corrPort").toInt()); 429 429 BNC_CORE->initCombination();
Note:
See TracChangeset
for help on using the changeset viewer.