Skip to content

Commit

Permalink
Temporarily commenting out everything in Create3ExampleWidget
Browse files Browse the repository at this point in the history
  • Loading branch information
erinharrington-12 committed Apr 3, 2024
1 parent e67e935 commit ee0d75f
Show file tree
Hide file tree
Showing 2 changed files with 519 additions and 519 deletions.
84 changes: 42 additions & 42 deletions include/botui/Create3ExampleWidget.h
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
#ifndef _CREATE3EXAMPLEWIDGET_H_
#define _CREATE3EXAMPLEWIDGET_H_

#include "StandardWidget.h"

#include <QRegularExpression>
#include <QStringListModel>
namespace Ui
{
class Create3ExampleWidget;
}

class Create3SensorModel;

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

private slots:

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

private:
Ui::Create3ExampleWidget *ui;

Create3SensorModel *_model;
double m_setpointVal;
double m_feedbackVal;
int m_position_1;
double m_vel_1;
void update();
QStringListModel *model;
void updatePids();
};

#endif
// #ifndef _CREATE3EXAMPLEWIDGET_H_
// #define _CREATE3EXAMPLEWIDGET_H_

// #include "StandardWidget.h"

// #include <QRegularExpression>
// #include <QStringListModel>
// namespace Ui
// {
// class Create3ExampleWidget;
// }

// class Create3SensorModel;

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

// private slots:

// int create3Connect();
// int isConnected();
// void indexChanged(int index);
// void run();

// private:
// Ui::Create3ExampleWidget *ui;

// Create3SensorModel *_model;
// double m_setpointVal;
// double m_feedbackVal;
// int m_position_1;
// double m_vel_1;
// void update();
// QStringListModel *model;
// void updatePids();
// };

// #endif
Loading

0 comments on commit ee0d75f

Please sign in to comment.