Changeset 3508 in ntrip for trunk/BNC/GPSS
- Timestamp:
- Nov 20, 2011, 9:40:26 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/GPSS/hassDecoder.cpp
r3507 r3508 71 71 QString corrLine; 72 72 73 int messageType = -1;74 73 int updateInterval = 0; 74 int messageType = 0; 75 if (prn[0] == 'G') { 76 messageType = -COTYPE_GPSCOMBINED; 77 } 78 else if (prn[0] == 'R') { 79 messageType = -COTYPE_GLONASSCOMBINED; 80 } 75 81 76 82 corrLine.sprintf("%d %d %d %.1f %s"
Note:
See TracChangeset
for help on using the changeset viewer.