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;
114 void AttachDataStream();
119 void DetachDataStream();
124 void SetDataStream(QString startup_data_stream);
139 void FlickerStatus();
142 #endif // DDT_DATAVISUALISATION_DDTWIDGETS_DATASTREAMWIDGET_HPP