Rev 711 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 711 | Rev 715 | ||
---|---|---|---|
Line 46... | Line 46... | ||
46 | QTcpServer *TCP_Server; |
46 | QTcpServer *TCP_Server; |
47 | QTcpSocket *TCP_Socket; |
47 | QTcpSocket *TCP_Socket; |
48 | QTimer *Timer; |
48 | QTimer *Timer; |
49 | bool b_Open; |
49 | bool b_Open; |
50 | s_Resend Confirm[MAX_Confirm]; |
50 | s_Resend Confirm[MAX_Confirm]; |
- | 51 | QString s_Buffer; |
|
Line 51... | Line 52... | ||
51 | 52 | ||
52 | private slots: |
53 | private slots: |
53 | // void slot_newDataReceived(const QByteArray &dataReceived); |
54 | // void slot_newDataReceived(const QByteArray &dataReceived); |
54 | void slot_TCP_Connected(); |
55 | void slot_TCP_Connected(); |