style refactor

This commit is contained in:
Ivan I. Ovchinnikov
2026-07-27 21:29:50 +03:00
parent 47b1e70663
commit 5a702fe0f8
9 changed files with 119 additions and 119 deletions
+3 -3
View File
@@ -12,11 +12,11 @@ public:
PayloadWindow();
~PayloadWindow() = default;
void Render(bool* p_open, ConnectionWindow& conn_win);
void render(bool* p_open, ConnectionWindow& connectionWindow);
private:
void SendHexPayload(const std::string& hex_str, ConnectionWindow& conn_win);
char hex_input_buffer[256];
void sendHexPayload(const std::string& hexString, ConnectionWindow& connectionWindow);
char hexInputBuffer[256];
};
#endif // SERIAL_SAMPLE_PAYLOADWINDOW_H