Changeset 3186 in ntrip for trunk/BNC/upload/bncrtnetdecoder.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/bncrtnetdecoder.h

    r3182 r3186  
    2929#include <QtCore>
    3030#include "bncephuser.h"
     31#include "bnctime.h"
    3132#include "bncuploadcaster.h"
    3233#include "RTCM/GPSDecoder.h"
     
    4142  QList<bncUploadCaster*> _caster;
    4243  QString                 _buffer;
    43   int                     _GPSweek;
    44   double                  _GPSweeks;
    45   int                     _year;
    46   int                     _month;
    47   int                     _day;
    48   int                     _hour;
    49   int                     _min;
    50   double                  _sec;
     44  bncTime                 _epoTime;
    5145};
    5246
Note: See TracChangeset for help on using the changeset viewer.