style refactor
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user