#include <iodev.h>
|
| IODevWdg (QWidget *parent, std::unique_ptr< utils::bat::DbInterface > &dbinterface, const std::string &name, fcf::devmgr::iodev::IODevConfig &config, const int &cmd_timeout=60000) |
|
virtual | ~IODevWdg () |
|
virtual void | StartSubscription () |
|
void | GetMessage (std::shared_ptr<::elt::mal::Mal > mal, std::vector< std::shared_ptr<::fcfif::SetupElem > > &setup_buffer, bool ignoreChecked=false) |
|
virtual void | UpdateData () |
|
virtual void | GetDbAttributes () |
|
virtual void | SetEnable (bool flag) |
|
| DeviceWdg (QWidget *parent, std::unique_ptr< utils::bat::DbInterface > &dbinterface, const std::string &name, const int &cmd_timeout) |
|
virtual | ~DeviceWdg () |
|
std::string | GetName () |
|
void | Select () |
|
void | Deselect () |
|
bool | IsSelected () |
|
virtual void | Stop () |
|
virtual void | GetDbAttributes () |
|
virtual void | UpdateData () |
|
virtual void | SetEnable (bool flag) |
|
virtual void | Select ()=0 |
|
virtual void | Deselect ()=0 |
|
virtual bool | IsSelected ()=0 |
|
virtual void | StartSubscription ()=0 |
|
virtual void | GetMessage (std::shared_ptr<::elt::mal::Mal > mal, std::vector< std::shared_ptr<::fcfif::SetupElem > > &setup_buffer, bool ignoreChecked=false)=0 |
|
virtual void | UpdateData ()=0 |
|
virtual void | GetDbAttributes ()=0 |
|
virtual void | Stop ()=0 |
|
|
void | TriggerSetup (QString) |
|
void | SetupCommonUi () |
|
void | SetupInfoUi (const std::string &overview, const std::string &desc) |
|
bool | IsSimulated () |
|
void | SetProperty (QPushButton *button, std::string property, bool flag) |
|
void | SetProperty (QRadioButton *button, std::string property, bool flag) |
|
void | SetProperty (QLabel *label, std::string property, bool flag) |
|
void | SetProperty (QComboBox *combo, std::string property, bool flag) |
|
void | SetProperty (QSpinBox *spin, std::string property, bool flag) |
|
void | SetProperty (QDoubleSpinBox *spin, std::string property, bool flag) |
|
◆ IODevWdg()
◆ ~IODevWdg()
◆ GetDbAttributes()
void IODevWdg::GetDbAttributes |
( |
| ) |
|
|
virtual |
◆ GetMessage()
void IODevWdg::GetMessage |
( |
std::shared_ptr<::elt::mal::Mal > |
mal, |
|
|
std::vector< std::shared_ptr<::fcfif::SetupElem > > & |
setup_buffer, |
|
|
bool |
ignoreChecked = false |
|
) |
| |
|
virtual |
◆ SetActive
void IODevWdg::SetActive |
( |
int |
row, |
|
|
int |
col |
|
) |
| |
|
slot |
◆ SetEnable()
void IODevWdg::SetEnable |
( |
bool |
flag | ) |
|
|
virtual |
◆ StartSubscription()
void IODevWdg::StartSubscription |
( |
| ) |
|
|
virtual |
◆ UpdateData()
void IODevWdg::UpdateData |
( |
| ) |
|
|
virtual |
◆ UpdateInputChannel
void IODevWdg::UpdateInputChannel |
( |
int |
index, |
|
|
QString |
channel, |
|
|
QString |
value |
|
) |
| |
|
slot |
◆ UpdateOutputChannel
void IODevWdg::UpdateOutputChannel |
( |
int |
index, |
|
|
QString |
channel, |
|
|
QString |
value |
|
) |
| |
|
slot |
◆ UpdateSubstate
void IODevWdg::UpdateSubstate |
( |
int |
substate | ) |
|
|
slot |
◆ is_sensor
bool IODevWdg::is_sensor {false} |
|
protected |
The documentation for this class was generated from the following files: