protobuf server

This commit is contained in:
Ivan I. Ovchinnikov
2026-07-28 20:46:41 +03:00
parent 5a702fe0f8
commit 8c4d40b66a
11 changed files with 150 additions and 56 deletions
+3 -3
View File
@@ -11,10 +11,10 @@ public:
~ConnectionWindow();
void initialize();
void render(bool* p_open);
void render(bool* paramOpen);
bool isConnected() const { return connected; }
struct sp_port* getActivePort() const { return activePort; }
[[nodiscard]] bool isConnected() const { return connected; }
[[nodiscard]] sp_port* getActivePort() const { return activePort; }
void forceLogMessage(const std::string& msg);
std::string& getSharedLog() { return txLog; }