ifw-fcf  5.0.0-pre2
Public Slots | Signals | Public Member Functions | List of all members
DrotWdg Class Reference

#include <drot.h>

Inheritance diagram for DrotWdg:
DeviceWdg AbstractDevice

Public Slots

void SetActive (int index)
 
void SetActive (double value)
 
void UpdateSubstate (int substate)
 
void UpdateSpinner (int substate)
 
void UpdateTrackMode (int mode)
 
void UpdatePosition (double position)
 
void UpdateRotation (double position)
 
void UpdatePupil (double position)
 
void UpdateEncoders (double encoders)
 
void UpdateOptions (int mode)
 
void UpdateNamedPos (QString named_pos)
 
void HandleLaunchButton ()
 
- Public Slots inherited from DeviceWdg
void SetActive (int index)
 
void UpdateState (int state)
 
bool UpdateSubstate (int substate)
 
void UpdateSpinner (int substate)
 
void UpdateErrorMsg (std::string msg)
 
void HandleSetupButton ()
 

Signals

void NewPosition (double position)
 
void NewEncoders (double encoders)
 
void NewNamePos (QString named_pos)
 
void NewRotation (double position)
 
void NewPupil (double position)
 
- Signals inherited from DeviceWdg
void TriggerSetup (QString)
 

Public Member Functions

 DrotWdg (QWidget *parent, std::unique_ptr< utils::bat::DbInterface > &dbinterface, const std::string &name, fcf::devmgr::motor::MotorConfig &config, const std::string &server_id="undefined", const int &cmd_timeout=60000)
 
virtual ~DrotWdg ()
 
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)
 
- Public Member Functions inherited from DeviceWdg
 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 ()
 

Additional Inherited Members

- Protected Member Functions inherited from DeviceWdg
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)
 
- Protected Attributes inherited from DeviceWdg
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
 

Constructor & Destructor Documentation

◆ DrotWdg()

DrotWdg::DrotWdg ( QWidget *  parent,
std::unique_ptr< utils::bat::DbInterface > &  dbinterface,
const std::string &  name,
fcf::devmgr::motor::MotorConfig config,
const std::string &  server_id = "undefined",
const int &  cmd_timeout = 60000 
)
explicit

◆ ~DrotWdg()

DrotWdg::~DrotWdg ( )
virtual

Member Function Documentation

◆ GetDbAttributes()

void DrotWdg::GetDbAttributes ( )
virtual

Reimplemented from DeviceWdg.

◆ GetMessage()

void DrotWdg::GetMessage ( std::shared_ptr<::elt::mal::Mal >  mal,
std::vector< std::shared_ptr<::fcfif::SetupElem >> &  setup_buffer,
bool  ignoreChecked = false 
)
virtual

Implements AbstractDevice.

◆ HandleLaunchButton

void DrotWdg::HandleLaunchButton ( )
slot

◆ NewEncoders

void DrotWdg::NewEncoders ( double  encoders)
signal

◆ NewNamePos

void DrotWdg::NewNamePos ( QString  named_pos)
signal

◆ NewPosition

void DrotWdg::NewPosition ( double  position)
signal

◆ NewPupil

void DrotWdg::NewPupil ( double  position)
signal

◆ NewRotation

void DrotWdg::NewRotation ( double  position)
signal

◆ SetActive [1/2]

void DrotWdg::SetActive ( double  value)
slot

◆ SetActive [2/2]

void DrotWdg::SetActive ( int  index)
slot

◆ SetEnable()

void DrotWdg::SetEnable ( bool  flag)
virtual

Reimplemented from DeviceWdg.

◆ StartSubscription()

void DrotWdg::StartSubscription ( )
virtual

Implements AbstractDevice.

◆ UpdateData()

void DrotWdg::UpdateData ( )
virtual

Reimplemented from DeviceWdg.

◆ UpdateEncoders

void DrotWdg::UpdateEncoders ( double  encoders)
slot

◆ UpdateNamedPos

void DrotWdg::UpdateNamedPos ( QString  named_pos)
slot

◆ UpdateOptions

void DrotWdg::UpdateOptions ( int  mode)
slot

◆ UpdatePosition

void DrotWdg::UpdatePosition ( double  position)
slot

◆ UpdatePupil

void DrotWdg::UpdatePupil ( double  position)
slot

◆ UpdateRotation

void DrotWdg::UpdateRotation ( double  position)
slot

◆ UpdateSpinner

void DrotWdg::UpdateSpinner ( int  substate)
slot

◆ UpdateSubstate

void DrotWdg::UpdateSubstate ( int  substate)
slot

◆ UpdateTrackMode

void DrotWdg::UpdateTrackMode ( int  mode)
slot

The documentation for this class was generated from the following files: