Changeset 7169 in ntrip for trunk/BNC/src/ephemeris.cpp


Ignore:
Timestamp:
Aug 5, 2015, 2:29:18 PM (9 years ago)
Author:
stuerze
Message:

harmonization of data type for SSR IOD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/ephemeris.cpp

    r7140 r7169  
    651651// IOD of Glonass Ephemeris (virtual)
    652652////////////////////////////////////////////////////////////////////////////
    653 unsigned long t_ephGlo::IOD() const {
     653unsigned int t_ephGlo::IOD() const {
    654654  bncTime tMoscow = _TOC - _gps_utc + 3 * 3600.0;
    655655  return (unsigned long)tMoscow.daysec() / 900;
     
    11421142////////////////////////////////////////////////////////////////////////////
    11431143
    1144 unsigned long t_ephSBAS::IOD() const {
     1144unsigned int t_ephSBAS::IOD() const {
    11451145  unsigned char buffer[80];
    11461146  int size = 0;
     
    13731373// IOD of BDS Ephemeris (virtual)
    13741374////////////////////////////////////////////////////////////////////////////
    1375 unsigned long t_ephBDS::IOD() const {
     1375unsigned int t_ephBDS::IOD() const {
    13761376  unsigned char buffer[80];
    13771377  int size = 0;
Note: See TracChangeset for help on using the changeset viewer.