Add RST command, parse command tree from root for each line

This commit is contained in:
Jan Käberich 2024-04-07 12:54:42 +02:00
parent 124feb5b6b
commit bb66883de2
4 changed files with 33 additions and 20 deletions

View file

@ -58,6 +58,7 @@ public slots:
protected:
void closeEvent(QCloseEvent *event) override;
private slots:
void SetInitialState();
bool ConnectToDevice(QString serial = QString(), DeviceDriver *driver = nullptr);
void DisconnectDevice();
int UpdateDeviceList();