Changeset 3186 in ntrip for trunk/BNC/upload/bncuploadcaster.h


Ignore:
Timestamp:
Mar 29, 2011, 8:52:57 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/upload/bncuploadcaster.h

    r3185 r3186  
    44#include <QtNetwork>
    55#include "bncephuser.h"
     6#include "bnctime.h"
    67
    78class bncoutf;
     
    2425  void printAscii(const QString& line);
    2526  bool usedSocket() const {return _outSocket;}
    26   void uploadClockOrbitBias(const QStringList& lines,
     27  void uploadClockOrbitBias(const bncTime& epoTime,
    2728                            const QMap<QString, bncEphUser::t_ephPair*>& ephMap,
    28                             int year, int month, int day,
    29                             int GPSweek, double GPSweeks);
     29                            const QStringList& lines);
    3030
    3131 signals:
Note: See TracChangeset for help on using the changeset viewer.