Changeset 153 in ntrip
- Timestamp:
- Sep 9, 2006, 10:18:00 AM (18 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncrinex.cpp
r132 r153 39 39 _rnxScriptName = settings.value("rnxScript").toString(); 40 40 expandEnvVar(_rnxScriptName); 41 42 // Find the corresponding mountPoint 43 // --------------------------------- 44 QListIterator<QString> it(settings.value("mountPoints").toStringList()); 45 while (it.hasNext()) { 46 QString hlp = it.next(); 47 if (hlp.indexOf(_statID) != -1) { 48 _mountPoint = hlp; 49 break; 50 } 51 } 41 52 } 42 53 -
trunk/BNC/bncrinex.h
r132 r153 34 34 QString _rnxScriptName; 35 35 QProcess _rnxScript; 36 QString _mountPoint; 36 37 }; 37 38
Note:
See TracChangeset
for help on using the changeset viewer.