Changeset 5846 in ntrip for trunk/BNC/src/bnccore.h


Ignore:
Timestamp:
Aug 7, 2014, 10:43:33 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bnccore.h

    r5732 r5846  
    5353    void setCaster(bncCaster* caster) {_caster = caster;}
    5454    const bncCaster* caster() const {return _caster;}
    55     QDateTime* _currentDateAndTimeGPS;
     55    bool      dateAndTimeGPSSet() const;
     56    QDateTime dateAndTimeGPS() const;
     57    void      setDateAndTimeGPS(QDateTime dateTime);
    5658    void setConfFileName(const QString& confFileName);
    5759    QString confFileName() const {return _confFileName;}
     
    140142    QWidget*            _mainWindow;
    141143    bool                _GUIenabled;
     144    QDateTime*          _dateAndTimeGPS;
     145    mutable QMutex      _mutexDateAndTimeGPS;
    142146 public:
    143147    bncPPPclient*       _bncPPPclient;
Note: See TracChangeset for help on using the changeset viewer.