- Timestamp:
- Feb 23, 2014, 10:24:31 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncgetthread.h
r5524 r5643 92 92 private slots: 93 93 void slotSerialReadyRead(); 94 void slotNewMiscConnection(); 94 95 95 96 private: 97 static int myMiscWrite(QTcpSocket* sock, const char* buf, int bufLen); 96 98 enum t_serialNMEA {NO_NMEA, MANUAL_NMEA, AUTO_NMEA}; 97 99 t_irc initDecoder(); … … 115 117 int _nextSleep; 116 118 int _iMount; 119 int _miscPort; 117 120 bncRawFile* _rawFile; 118 121 QextSerialPort* _serialPort; … … 126 129 QMap<QString, long> _prnLastEpo; 127 130 QMap<char, QVector<QString> > _rnxTypes; 131 QTcpServer* _miscServer; 132 QList<QTcpSocket*>* _miscSockets; 128 133 }; 129 134
Note:
See TracChangeset
for help on using the changeset viewer.