RTXI 3.0.0 The Real-Time eXperiment Interface Reference Manual |
#include <QComboBox>#include "event.hpp"#include "fifo.hpp"#include "io.hpp"#include "rt.hpp"#include "scope.hpp"#include "widgets.hpp"

Go to the source code of this file.
Data Structures | |
| class | Oscilloscope::Component |
| class | Oscilloscope::Panel |
| class | Oscilloscope::Plugin |
Namespaces | |
| Oscilloscope | |
Enumerations | |
| enum | Oscilloscope::PARAMETER : size_t { Oscilloscope::TRIGGERING = 0 } |
Functions | |
| std::vector< Widgets::Variable::Info > | Oscilloscope::get_default_vars () |
| std::vector< IO::channel_t > | Oscilloscope::get_default_channels () |
| std::unique_ptr< Widgets::Plugin > | Oscilloscope::createRTXIPlugin (Event::Manager *ev_manager) |
| Widgets::Panel * | Oscilloscope::createRTXIPanel (QMainWindow *main_window, Event::Manager *ev_manager) |
| std::unique_ptr< Widgets::Component > | Oscilloscope::createRTXIComponent (Widgets::Plugin *host_plugin) |
| Widgets::FactoryMethods | Oscilloscope::getFactories () |
Variables | |
| constexpr std::string_view | Oscilloscope::MODULE_NAME = "Oscilloscope" |