RTXI  3.0.0
The Real-Time eXperiment Interface Reference Manual
Public Slots | Public Member Functions
SystemControl::Panel Class Reference

#include <system_control.hpp>

Inheritance diagram for SystemControl::Panel:
Inheritance graph
Collaboration diagram for SystemControl::Panel:
Collaboration graph

Public Slots

void apply ()
 
void display ()
 
void displayAnalogGroup ()
 
void displayDigitalGroup ()
 
void updateDevice ()
 
void updateFreq ()
 
void updatePeriod ()
 
- Public Slots inherited from Widgets::Panel
void resizeMe ()
 
virtual void exit ()
 
virtual void refresh ()
 
virtual void modify ()
 
virtual void pause (bool p)
 
virtual void update_state (RT::State::state_t flag)
 

Public Member Functions

 Panel (QMainWindow *mw, Event::Manager *ev_manager)
 
void receiveEvent (const Event::Object *event)
 
- Public Member Functions inherited from Widgets::Panel
 Panel (const std::string &mod_name, QMainWindow *mw, Event::Manager *ev_manager)
 
QMdiSubWindow * getMdiWindow ()
 
virtual void createGUI (const std::vector< Widgets::Variable::Info > &vars, const std::vector< Widgets::Variable::Id > &skip_ids)
 
void setHostPlugin (Widgets::Plugin *hplugin)
 

Additional Inherited Members

- Signals inherited from Widgets::Panel
void signal_state_change (RT::State::state_t state)
 
- Protected Member Functions inherited from Widgets::Panel
QString getParameter (const QString &var_name)
 
void setParameter (const QString &var_name, double value)
 
void setParameter (const QString &var_name, uint64_t value)
 
void setParameter (const QString &var_name, int value)
 
QString getComment (const QString &name)
 
void setComment (const QString &var_name, const QString &comment)
 
void closeEvent (QCloseEvent *event) override
 
std::string getName ()
 
Widgets::PlugingetHostPlugin ()
 
QMainWindow * getQMainWindowPtr ()
 
Event::ManagergetRTXIEventManager ()
 

Detailed Description

Definition at line 42 of file system_control.hpp.

Constructor & Destructor Documentation

◆ Panel()

SystemControl::Panel::Panel(QMainWindow * mw,
Event::Managerev_manager 
)

Definition at line 32 of file system_control.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ apply

void SystemControl::Panel::apply()
slot

Definition at line 363 of file system_control.cpp.

Here is the call graph for this function:

◆ display

void SystemControl::Panel::display()
slot

Definition at line 469 of file system_control.cpp.

Here is the call graph for this function:

◆ displayAnalogGroup

void SystemControl::Panel::displayAnalogGroup()
slot

Definition at line 492 of file system_control.cpp.

Here is the call graph for this function:

◆ displayDigitalGroup

void SystemControl::Panel::displayDigitalGroup()
slot

Definition at line 576 of file system_control.cpp.

◆ receiveEvent()

void SystemControl::Panel::receiveEvent(const Event::Objectevent)

◆ updateDevice

void SystemControl::Panel::updateDevice()
slot

Definition at line 395 of file system_control.cpp.

◆ updateFreq

void SystemControl::Panel::updateFreq()
slot

Definition at line 421 of file system_control.cpp.

◆ updatePeriod

void SystemControl::Panel::updatePeriod()
slot

Definition at line 437 of file system_control.cpp.


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