Changeset 2747 in ntrip for trunk/BNC/bncmodel.cpp
- Timestamp:
- Nov 30, 2010, 12:16:41 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncmodel.cpp
r2745 r2747 128 128 _staID = staID; 129 129 130 _startTime = QDateTime::currentDateTime();131 132 130 bncSettings settings; 133 131 … … 413 411 if (x() == 0.0 && y() == 0.0 && z() == 0.0) { 414 412 firstCrd = true; 413 _startTime = QDateTime::currentDateTime(); 415 414 } 416 415
Note:
See TracChangeset
for help on using the changeset viewer.