#include <piezo.h>
|
| PiezoWdg (QWidget *parent, std::unique_ptr< utils::bat::DbInterface > &dbinterface, const std::string &name, const std::string &config, const int &cmd_timeout=60000) |
|
virtual | ~PiezoWdg () |
|
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 () |
|
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 | 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) |
|
QTimer * | m_spinner_timer |
|
std::unique_ptr< utils::bat::DbInterface > & | m_dbinterface |
|
std::string | m_name |
|
int | m_cmd_timeout |
|
bool | m_simulated |
|
std::string | m_lcs_prefix |
|
std::string | m_cfg_prefix |
|
std::string | m_stat_prefix |
|
QString | m_error_text {""} |
|
QString | m_error_tooltip {""} |
|
std::vector< std::string > | m_dbattribute_vector |
|
CommonUi | m_ui |
|
◆ PiezoWdg()
PiezoWdg::PiezoWdg |
( |
QWidget * |
parent, |
|
|
std::unique_ptr< utils::bat::DbInterface > & |
dbinterface, |
|
|
const std::string & |
name, |
|
|
const std::string & |
config, |
|
|
const int & |
cmd_timeout = 60000 |
|
) |
| |
|
explicit |
◆ ~PiezoWdg()
◆ GetDbAttributes()
void PiezoWdg::GetDbAttributes |
( |
| ) |
|
|
virtual |
◆ GetMessage()
void PiezoWdg::GetMessage |
( |
std::shared_ptr<::elt::mal::Mal > |
mal, |
|
|
std::vector< std::shared_ptr<::fcfif::SetupElem > > & |
setup_buffer, |
|
|
bool |
ignoreChecked = false |
|
) |
| |
|
virtual |
◆ SetActive
void PiezoWdg::SetActive |
( |
int |
index | ) |
|
|
slot |
◆ SetBit
void PiezoWdg::SetBit |
( |
int |
index, |
|
|
int |
value |
|
) |
| |
|
signal |
◆ SetEnable()
void PiezoWdg::SetEnable |
( |
bool |
flag | ) |
|
|
virtual |
◆ SetPos
void PiezoWdg::SetPos |
( |
int |
index, |
|
|
double |
value |
|
) |
| |
|
signal |
◆ StartSubscription()
void PiezoWdg::StartSubscription |
( |
| ) |
|
|
virtual |
◆ UpdateBit
void PiezoWdg::UpdateBit |
( |
int |
index, |
|
|
int |
value |
|
) |
| |
|
slot |
◆ UpdateData()
void PiezoWdg::UpdateData |
( |
| ) |
|
|
virtual |
◆ UpdateOptions
void PiezoWdg::UpdateOptions |
( |
int |
mode | ) |
|
|
slot |
◆ UpdatePos
void PiezoWdg::UpdatePos |
( |
int |
index, |
|
|
double |
value |
|
) |
| |
|
slot |
◆ UpdateSubstate
void PiezoWdg::UpdateSubstate |
( |
int |
substate | ) |
|
|
slot |
The documentation for this class was generated from the following files: