qml tcp checkpoint

This commit is contained in:
2026-07-26 01:36:54 -05:00
parent da484bd853
commit af183530b7
7 changed files with 36 additions and 21 deletions

View File

@@ -6,13 +6,11 @@
// TcpBase contains common tcp I/O operations for the tcp client and tcp server
// Abstracts away the networking methods into an accordion common protocol (ACP)
class TcpBase : public QObject{
Q_OBJECT
class TcpBase {
public:
TcpBase(LoggerService* logger, QObject* parent = nullptr);
TcpBase(LoggerService* logger);
~TcpBase();
// read from a tcp socket, blocking