17 #ifndef DDT_DATAVISUALISATION_DDTWIDGETS_DATASTREAMWIDGET_HPP
18 #define DDT_DATAVISUALISATION_DDTWIDGETS_DATASTREAMWIDGET_HPP
20 #include <QtUiPlugin/QDesignerExportWidget>
57 void ReadPublisherList();
62 void PopulatePublisherListCombo();
76 QPushButton* button_subscriber_attach;
77 QPushButton* button_subscriber_detach;
78 QPushButton* button_set;
79 QRadioButton* status_led;
80 QComboBox* combobox_publisher;
83 QString stylesheet_attached;
84 QString stylesheet_detached;
109 void AttachDataStream();
114 void DetachDataStream();
119 void SetDataStream(QString startup_data_stream);
134 void FlickerStatus();
137 #endif // DDT_DATAVISUALISATION_DDTWIDGETS_DATASTREAMWIDGET_HPP