protobuf server
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user