Changeset 2143 in ntrip for trunk/BNC/bncmodel.h


Ignore:
Timestamp:
Dec 31, 2009, 10:46:56 AM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.h

    r2130 r2143  
    3030
    3131#include "bncconst.h"
     32#include "bnctime.h"
    3233
    3334class t_epoData;
     
    5758  t_irc cmpBancroft(t_epoData* epoData);
    5859  t_irc update(t_epoData* epoData);
     60  bncTime time() const {return _time;}
    5961  double x()   const {return _params[0]->xx;}
    6062  double y()   const {return _params[1]->xx;}
     
    7577  void writeNMEAstr(const QString& nmStr);
    7678
     79  bncTime            _time;
    7780  QByteArray         _staID;
    7881  QVector<bncParam*> _params;
Note: See TracChangeset for help on using the changeset viewer.