Changeset 3582 in ntrip
- Timestamp:
- Jan 16, 2012, 6:11:13 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/upload/bncephuploadcaster.cpp
r3283 r3582 35 35 int outPort = settings.value("uploadEphPort").toInt(); 36 36 QString password = settings.value("uploadEphPassword").toString(); 37 int sampl = settings.value("upload Sampl").toInt();37 int sampl = settings.value("uploadEphSampl").toInt(); 38 38 39 39 _ephUploadCaster = new bncUploadCaster(mountpoint, outHost, outPort,
Note:
See TracChangeset
for help on using the changeset viewer.