Changeset 6869 in ntrip for trunk/BNC/src/bnctime.h


Ignore:
Timestamp:
Jun 1, 2015, 3:12:41 PM (9 years ago)
Author:
stoecker
Message:

fix galileo week

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bnctime.h

    r6812 r6869  
    6666   */
    6767  unsigned int gpsw()   const;
     68  /** Get Galileo week.
     69   * @return Galileo week number
     70   */
     71  inline unsigned int galw() const { return gpsw()-1024; };
    6872  /** Get Seconds in GPS week.
    6973   * @return time of GPS week in seconds
Note: See TracChangeset for help on using the changeset viewer.