Changeset 9247 in ntrip
- Timestamp:
- Nov 12, 2020, 11:48:18 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
r9245 r9247 23 23 #include "gnss.h" 24 24 #include "bncutils.h" 25 26 25 27 26 using namespace std; … … 387 386 for (int ii = 1; ii < lines.size(); ii++) { 388 387 QString key; // prn or key VTEC, IND (phase bias indicators) 389 double rtnUra = 0.0; 388 double rtnUra = 0.0; // [m] 390 389 ColumnVector rtnAPC; rtnAPC.ReSize(3); rtnAPC = 0.0; // [m, m, m] 391 390 ColumnVector rtnVel; rtnVel.ReSize(3); rtnVel = 0.0; // [m/s, m/s, m/s] … … 1180 1179 return false; 1181 1180 } 1182
Note:
See TracChangeset
for help on using the changeset viewer.