Changeset 6184 in ntrip for trunk/BNC/src
- Timestamp:
- Sep 14, 2014, 3:36:23 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/satObs.cpp
r6182 r6184 52 52 reset(); 53 53 istringstream in(line); 54 char ch; in >> ch; if (ch != ' 0') return;54 char ch; in >> ch; if (ch != 'O') return; 55 55 int gpsw; 56 56 double gpssec;
Note:
See TracChangeset
for help on using the changeset viewer.