Changeset 6869 in ntrip
- Timestamp:
- Jun 1, 2015, 3:12:41 PM (9 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/ephEncoder.cpp
r6819 r6869 246 246 GALILEOADDBITS(12, eph._inav ? 1046 : 1045) 247 247 GALILEOADDBITS(6, eph._prn.number()) 248 GALILEOADDBITS(12, eph._TOC.g psw())248 GALILEOADDBITS(12, eph._TOC.galw()) 249 249 GALILEOADDBITS(10, eph._IODnav) 250 250 GALILEOADDBITS(8, SISA) -
trunk/BNC/src/bnctime.h
r6812 r6869 66 66 */ 67 67 unsigned int gpsw() const; 68 /** Get Galileo week. 69 * @return Galileo week number 70 */ 71 inline unsigned int galw() const { return gpsw()-1024; }; 68 72 /** Get Seconds in GPS week. 69 73 * @return time of GPS week in seconds
Note:
See TracChangeset
for help on using the changeset viewer.