Changeset 36 in ntrip


Ignore:
Timestamp:
May 30, 2006, 1:11:19 PM (18 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM/RTCM.h

    r35 r36  
    11// -*- C++ -*-
    22//
    3 // $Id: RTCM.h,v 1.1.1.1 2006/01/11 09:34:31 mervart Exp $
     3// $Id: RTCM.h,v 1.1.1.1 2006/05/30 11:05:27 mervart Exp $
    44
    55#if defined(__GNUC__)
     
    193193          op->GPSWeek=  timeTag / Date::SECONDS_PER_WEEK;
    194194          op->GPSWeeks= timeTag % Date::SECONDS_PER_WEEK;
    195           op->sec = obsMapTimeTagMod3600;
     195          op->sec = obsMapTimeTagMod3600!=3600.0 ? obsMapTimeTagMod3600 : 0.0;
    196196          op->C1= i->second.C1;
    197197          op->P2= i->second.P2;
  • trunk/BNC/bncgetthread.cpp

    r35 r36  
    2525using namespace std;
    2626
    27 const int timeOut = 10*1000;
     27const int timeOut = 30*1000;
    2828
    2929// Constructor
  • trunk/BNC/bncmain.cpp

    r35 r36  
    1616 * -----------------------------------------------------------------------*/
    1717
     18#ifdef WIN32
    1819#include <windows.h>
     20#endif
    1921
    2022#include <QApplication>
Note: See TracChangeset for help on using the changeset viewer.