Skip to content

Commit

Permalink
Added example programs to main Create 3 page
Browse files Browse the repository at this point in the history
  • Loading branch information
erinharrington-12 committed Apr 3, 2024
1 parent ee0d75f commit 1e71f1d
Show file tree
Hide file tree
Showing 3 changed files with 570 additions and 125 deletions.
14 changes: 6 additions & 8 deletions include/botui/Create3Widget.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "StandardWidget.h"

#include <QRegularExpression>
#include <QStringListModel>
#include <QProcess>

namespace Ui
Expand All @@ -15,30 +16,27 @@ class Create3SensorModel;

class Create3Widget : public StandardWidget
{
Q_OBJECT
Q_OBJECT
public:
Create3Widget(Device *device, QWidget *parent = 0);
~Create3Widget();

private slots:

void create3Connect();
// void resetServer();
void sensorList();
void exampleList();
QString getIP();
void toggleChanged();

void indexChanged(int index);
void run();

private:
Ui::Create3Widget *ui;

Create3SensorModel *_model;
Create3SensorModel *_model;
double m_setpointVal;
double m_feedbackVal;
int m_position_1;
QStringListModel *model;
double m_vel_1;
};


#endif
Loading

0 comments on commit 1e71f1d

Please sign in to comment.