Octave interface: SocketServer Major review

Simplified and made more readable. Hopefully more stable and robust.
This commit is contained in:
Jacob Støren
2013-10-04 14:29:11 +02:00
committed by JacobStoren
parent 3264520619
commit 12f3986d5f
2 changed files with 100 additions and 112 deletions

View File

@@ -60,10 +60,9 @@ private slots:
void slotCurrentClientDisconnected();
void slotReadyRead();
private:
void handleClientConnection( QTcpSocket* clientToHandle);
void terminateCurrentConnection();
void readCommandFromOctave();
void handlePendingIncomingConnectionRequests();
bool readCommandFromOctave();
void handleNextPendingConnection();
private:
QTcpServer* m_tcpServer;