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


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/satObs.h

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