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

#include <performance_measurement.hpp>

Inheritance diagram for PerformanceMeasurement::Panel:
Inheritance graph
Collaboration diagram for PerformanceMeasurement::Panel:
Collaboration graph

Public Slots

void reset ()
 
void refresh () override
 
- 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 (const std::string &mod_name, QMainWindow *mwindow, Event::Manager *ev_manager)
 
- 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 85 of file performance_measurement.hpp.

Constructor & Destructor Documentation

◆ Panel()

PerformanceMeasurement::Panel::Panel(const std::string & mod_name,
QMainWindow * mwindow,
Event::Managerev_manager 
)

Definition at line 30 of file performance_measurement.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ refresh

void PerformanceMeasurement::Panel::refresh()
overrideslot

Updates the GUI with the latest values

Definition at line 160 of file performance_measurement.cpp.

Here is the call graph for this function:

◆ reset

void PerformanceMeasurement::Panel::reset()
slot

Starts the statistics over

Definition at line 175 of file performance_measurement.cpp.


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