- Timestamp:
- Nov 26, 2006, 10:22:07 AM (18 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM/GPSDecoder.h
r297 r333 46 46 } 47 47 int flags; 48 char StatID[ 5+1];// Station ID48 char StatID[29+1];// Station ID 49 49 int SVPRN; // Satellite PRN 50 50 int GPSWeek; // Week of GPS-Time -
trunk/BNC/bnccaster.cpp
r280 r333 126 126 // ------------------ 127 127 strncpy(obs->StatID, staID.constData(),sizeof(obs->StatID)); 128 obs->StatID[sizeof(obs->StatID)-1] = '\0'; 128 129 129 130 // Prepare RINEX Output
Note:
See TracChangeset
for help on using the changeset viewer.