Changeset 7055 in ntrip for trunk/BNC/src/satObs.h


Ignore:
Timestamp:
Jul 16, 2015, 9:54:10 AM (9 years ago)
Author:
stuerze
Message:

IOD data type changed, to support IODs computed from CRC over broadcasted ephemris and clock parameters

File:
1 edited

Legend:

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

    r6857 r7055  
    8787  std::string    _staID;
    8888  t_prn          _prn;
    89   unsigned short _iod;
     89  unsigned long _iod;
    9090  bncTime        _time;
    9191  unsigned int   _updateInt;
     
    102102  std::string    _staID;
    103103  t_prn          _prn;
    104   unsigned short _iod;
     104  unsigned long _iod;
    105105  bncTime        _time;
    106106  unsigned int   _updateInt;
Note: See TracChangeset for help on using the changeset viewer.