Changeset 4813 in ntrip for trunk/BNC/src
- Timestamp:
- Jan 4, 2013, 10:16:51 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncephuploadcaster.cpp
r3582 r4813 35 35 int outPort = settings.value("uploadEphPort").toInt(); 36 36 QString password = settings.value("uploadEphPassword").toString(); 37 int sampl = settings.value("uploadEphSampl ").toInt();37 int sampl = settings.value("uploadEphSample").toInt(); 38 38 39 39 _ephUploadCaster = new bncUploadCaster(mountpoint, outHost, outPort,
Note:
See TracChangeset
for help on using the changeset viewer.