Changeset 907 in ntrip


Ignore:
Timestamp:
May 9, 2008, 10:29:55 AM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bns.cpp

    r905 r907  
    317317      struct ClockOrbit co;
    318318      memset(&co, 0, sizeof(co));
    319       co.GPSEpochTime = (int)GPSweeks;
     319      co.GPSEpochTime      = (int)GPSweeks;
     320      co.GLONASSEpochTime  = (int)GPSweeks;
    320321      co.ClockDataSupplied = 1;
    321322      co.OrbitDataSupplied = 1;
Note: See TracChangeset for help on using the changeset viewer.