#include <adc.h>
|
| AdcWdg (QWidget *parent, std::unique_ptr< utils::bat::DbInterface > &dbinterface, const std::string &name, fcf::devmgr::adc::AdcConfig &config, const std::string &server_id="undefined", const int &cmd_timeout=60000) |
|
virtual | ~AdcWdg () |
|
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 () |
|
|
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 |
|
QString | m_error_text {""} |
|
QString | m_error_tooltip {""} |
|
std::vector< std::string > | m_dbattribute_vector |
|
CommonUi | m_ui |
|
◆ AdcWdg()
AdcWdg::AdcWdg |
( |
QWidget * |
parent, |
|
|
std::unique_ptr< utils::bat::DbInterface > & |
dbinterface, |
|
|
const std::string & |
name, |
|
|
fcf::devmgr::adc::AdcConfig & |
config, |
|
|
const std::string & |
server_id = "undefined" , |
|
|
const int & |
cmd_timeout = 60000 |
|
) |
| |
|
explicit |
◆ ~AdcWdg()
◆ GetDbAttributes()
void AdcWdg::GetDbAttributes |
( |
| ) |
|
|
virtual |
◆ GetMessage()
void AdcWdg::GetMessage |
( |
std::shared_ptr<::elt::mal::Mal > |
mal, |
|
|
std::vector< std::shared_ptr<::fcfif::SetupElem >> & |
setup_buffer, |
|
|
bool |
ignoreChecked = false |
|
) |
| |
|
virtual |
◆ HandleLaunchButton1
void AdcWdg::HandleLaunchButton1 |
( |
| ) |
|
|
slot |
◆ HandleLaunchButton2
void AdcWdg::HandleLaunchButton2 |
( |
| ) |
|
|
slot |
◆ NewAlpha
void AdcWdg::NewAlpha |
( |
double |
position | ) |
|
|
signal |
◆ NewDelta
void AdcWdg::NewDelta |
( |
double |
position | ) |
|
|
signal |
◆ NewEncoders
void AdcWdg::NewEncoders |
( |
int |
motor, |
|
|
double |
encoders |
|
) |
| |
|
signal |
◆ NewNamePos
void AdcWdg::NewNamePos |
( |
QString |
named_pos | ) |
|
|
signal |
◆ NewPosition
void AdcWdg::NewPosition |
( |
int |
motor, |
|
|
double |
position |
|
) |
| |
|
signal |
◆ SetActive [1/2]
void AdcWdg::SetActive |
( |
double |
value | ) |
|
|
slot |
◆ SetActive [2/2]
void AdcWdg::SetActive |
( |
int |
index | ) |
|
|
slot |
◆ SetEnable()
void AdcWdg::SetEnable |
( |
bool |
flag | ) |
|
|
virtual |
◆ StartSubscription()
void AdcWdg::StartSubscription |
( |
| ) |
|
|
virtual |
◆ UpdateAlpha
void AdcWdg::UpdateAlpha |
( |
double |
position | ) |
|
|
slot |
◆ UpdateData()
void AdcWdg::UpdateData |
( |
| ) |
|
|
virtual |
◆ UpdateDelta
void AdcWdg::UpdateDelta |
( |
double |
position | ) |
|
|
slot |
◆ UpdateEncoders [1/2]
void AdcWdg::UpdateEncoders |
( |
int |
motor, |
|
|
double |
encoders |
|
) |
| |
|
slot |
◆ UpdateEncoders [2/2]
void AdcWdg::UpdateEncoders |
( |
QString |
motor, |
|
|
double |
encoders |
|
) |
| |
|
slot |
◆ UpdateNamedPos
void AdcWdg::UpdateNamedPos |
( |
QString |
named_pos | ) |
|
|
slot |
◆ UpdateOptions
void AdcWdg::UpdateOptions |
( |
int |
mode | ) |
|
|
slot |
◆ UpdatePosition [1/2]
void AdcWdg::UpdatePosition |
( |
int |
motor, |
|
|
double |
position |
|
) |
| |
|
slot |
◆ UpdatePosition [2/2]
void AdcWdg::UpdatePosition |
( |
QString |
motor, |
|
|
double |
position |
|
) |
| |
|
slot |
◆ UpdateSpinner
void AdcWdg::UpdateSpinner |
( |
int |
substate | ) |
|
|
slot |
◆ UpdateSubstate
void AdcWdg::UpdateSubstate |
( |
int |
substate | ) |
|
|
slot |
◆ UpdateTrackMode
void AdcWdg::UpdateTrackMode |
( |
int |
mode | ) |
|
|
slot |
The documentation for this class was generated from the following files:
- gui/wdglib/src/include/fcf/gui/wdglib/adc.h
- gui/wdglib/src/adc.cpp