#include <adc.h>
|
| AdcWdg (QWidget *parent=0, std::string name="undefined", std::string filename="undefined_file", std::string server_id="undefined", int cmd_timeout=60000) |
|
virtual | ~AdcWdg () |
|
virtual void | StartSubscription () |
|
void | GetMessage (std::shared_ptr<::elt::mal::Mal > mal, std::vector< std::shared_ptr<::fcfif::FcsUnion >> &setup_buffer, bool ignoreChecked=false) |
|
virtual void | GetSubordinatedDevices (QStringList &dev_list) |
|
virtual void | UpdateData (QList< QVariant > &data_list) |
|
virtual std::vector< std::string > | GetDbAttributes (std::string server_id) |
|
virtual void | SetEnable (bool flag) |
|
| DeviceWdg (QWidget *parent, std::string name, int cmd_timeout) |
|
virtual | ~DeviceWdg () |
|
std::string | GetName () |
|
void | Select () |
|
void | Deselect () |
|
bool | IsSelected () |
|
virtual void | Stop () |
|
virtual void | GetDbAttributes (std::string server_id, std::vector< std::string > &vector) |
|
AdcWdg::AdcWdg |
( |
QWidget * |
parent = 0 , |
|
|
std::string |
name = "undefined" , |
|
|
std::string |
filename = "undefined_file" , |
|
|
std::string |
server_id = "undefined" , |
|
|
int |
cmd_timeout = 60000 |
|
) |
| |
|
explicit |
std::vector< std::string > AdcWdg::GetDbAttributes |
( |
std::string |
server_id | ) |
|
|
virtual |
void AdcWdg::GetMessage |
( |
std::shared_ptr<::elt::mal::Mal > |
mal, |
|
|
std::vector< std::shared_ptr<::fcfif::FcsUnion >> & |
setup_buffer, |
|
|
bool |
ignoreChecked = false |
|
) |
| |
|
virtual |
void AdcWdg::GetSubordinatedDevices |
( |
QStringList & |
dev_list | ) |
|
|
virtual |
void AdcWdg::HandleLaunchButton1 |
( |
| ) |
|
|
slot |
void AdcWdg::HandleLaunchButton2 |
( |
| ) |
|
|
slot |
void AdcWdg::SetActive |
( |
int |
index | ) |
|
|
slot |
void AdcWdg::SetActive |
( |
double |
value | ) |
|
|
slot |
void AdcWdg::SetEnable |
( |
bool |
flag | ) |
|
|
virtual |
void AdcWdg::StartSubscription |
( |
| ) |
|
|
virtual |
void AdcWdg::UpdateAlpha |
( |
double |
position | ) |
|
|
slot |
void AdcWdg::UpdateData |
( |
QList< QVariant > & |
data_list | ) |
|
|
virtual |
void AdcWdg::UpdateDelta |
( |
double |
position | ) |
|
|
slot |
void AdcWdg::UpdateEncoders |
( |
QString |
motor, |
|
|
double |
encoders |
|
) |
| |
|
slot |
void AdcWdg::UpdateEncoders |
( |
int |
motor, |
|
|
double |
encoders |
|
) |
| |
|
slot |
void AdcWdg::UpdateNamedPos |
( |
QString |
named_pos | ) |
|
|
slot |
void AdcWdg::UpdateOptions |
( |
int |
mode | ) |
|
|
slot |
void AdcWdg::UpdatePosition |
( |
QString |
motor, |
|
|
double |
position |
|
) |
| |
|
slot |
void AdcWdg::UpdatePosition |
( |
int |
motor, |
|
|
double |
position |
|
) |
| |
|
slot |
void AdcWdg::UpdateSpinner |
( |
int |
substate | ) |
|
|
slot |
void AdcWdg::UpdateSubstate |
( |
int |
substate | ) |
|
|
slot |
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