Changeset 2711 in ntrip for trunk/BNC/bnccaster.h


Ignore:
Timestamp:
Nov 18, 2010, 1:38:51 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnccaster.h

    r2710 r2711  
    4444
    4545 public slots:
    46    void newObs(QByteArray staID, bool firstObs, t_obs* obs);
     46   void newObs(QByteArray staID, bool firstObs, t_obs obs);
    4747   void slotReadMountPoints();
    4848   void slotNewNMEAstr(QByteArray str);
     
    6666   int                      _port;
    6767   QTextStream*             _out;
    68    QMultiMap<long, t_obs*>* _epochs;
     68   QMultiMap<long, t_obs>* _epochs;
    6969   long                     _lastDumpSec;
    7070   QTcpServer*              _server;
Note: See TracChangeset for help on using the changeset viewer.