Changeset 5647 in ntrip for trunk/BNC/src/bncgetthread.h


Ignore:
Timestamp:
Feb 23, 2014, 5:53:18 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5643 r5647  
    9292 private slots:
    9393   void slotSerialReadyRead();
    94    void slotNewMiscConnection();
    9594
    9695 private:
    97    static int myMiscWrite(QTcpSocket* sock, const char* buf, int bufLen);
    9896   enum t_serialNMEA {NO_NMEA, MANUAL_NMEA, AUTO_NMEA};
    9997   t_irc        initDecoder();
     
    117115   int                        _nextSleep;
    118116   int                        _iMount;
    119    int                        _miscPort;
    120117   bncRawFile*                _rawFile;
    121118   QextSerialPort*            _serialPort;
     
    129126   QMap<QString, long>        _prnLastEpo;
    130127   QMap<char, QVector<QString> > _rnxTypes;
    131    QTcpServer*                _miscServer;
    132    QList<QTcpSocket*>*        _miscSockets;
    133128};
    134129
Note: See TracChangeset for help on using the changeset viewer.