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


Ignore:
Timestamp:
Jun 20, 2012, 5:27:24 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnccaster.h

    r2711 r4250  
    4242   void addGetThread(bncGetThread* getThread, bool noNewThread = false);
    4343   int  numStations() const {return _staIDs.size();}
     44   void readMountPoints();
    4445
    4546 public slots:
    4647   void newObs(QByteArray staID, bool firstObs, t_obs obs);
    47    void slotReadMountPoints();
    4848   void slotNewNMEAstr(QByteArray str);
    4949
     
    5454
    5555 private slots:
     56   void slotReadMountPoints();
    5657   void slotNewConnection();
    5758   void slotNewUConnection();
Note: See TracChangeset for help on using the changeset viewer.