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


Ignore:
Timestamp:
Feb 23, 2014, 10:24:31 AM (10 years ago)
Author:
weber
Message:

Raw stream output through TCP/IP port enabled

File:
1 edited

Legend:

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

    r5524 r5643  
    9292 private slots:
    9393   void slotSerialReadyRead();
     94   void slotNewMiscConnection();
    9495
    9596 private:
     97   static int myMiscWrite(QTcpSocket* sock, const char* buf, int bufLen);
    9698   enum t_serialNMEA {NO_NMEA, MANUAL_NMEA, AUTO_NMEA};
    9799   t_irc        initDecoder();
     
    115117   int                        _nextSleep;
    116118   int                        _iMount;
     119   int                        _miscPort;
    117120   bncRawFile*                _rawFile;
    118121   QextSerialPort*            _serialPort;
     
    126129   QMap<QString, long>        _prnLastEpo;
    127130   QMap<char, QVector<QString> > _rnxTypes;
     131   QTcpServer*                _miscServer;
     132   QList<QTcpSocket*>*        _miscSockets;
    128133};
    129134
Note: See TracChangeset for help on using the changeset viewer.