RTXI 3.0.0 The Real-Time eXperiment Interface Reference Manual |
Namespaces | |
| ColorID | |
| FrameRates | |
| PenStyleID | |
| Trigger | |
Data Structures | |
| class | Component |
| class | Panel |
| class | Plugin |
| struct | sample |
| struct | scope_channel |
| class | LegendItem |
| class | Canvas |
| class | Scope |
Typedefs | |
| typedef struct Oscilloscope::sample | sample |
| typedef struct Oscilloscope::scope_channel | scope_channel |
Enumerations | |
| enum | PARAMETER : size_t { TRIGGERING = 0 } |
Functions | |
| std::vector< Widgets::Variable::Info > | get_default_vars () |
| std::vector< IO::channel_t > | get_default_channels () |
| std::unique_ptr< Widgets::Plugin > | createRTXIPlugin (Event::Manager *ev_manager) |
| Widgets::Panel * | createRTXIPanel (QMainWindow *main_window, Event::Manager *ev_manager) |
| std::unique_ptr< Widgets::Component > | createRTXIComponent (Widgets::Plugin *host_plugin) |
| Widgets::FactoryMethods | getFactories () |
Variables | |
| constexpr std::string_view | MODULE_NAME = "Oscilloscope" |
| constexpr size_t | DEFAULT_BUFFER_SIZE = 100000 |
| const std::array< QColor, 7 > | penColors |
| constexpr std::array< std::string_view, 7 > | color2string |
| constexpr std::array< Qt::PenStyle, 5 > | penStyles |
| constexpr std::array< std::string_view, 5 > | penstyles2string |
| typedef struct Oscilloscope::sample Oscilloscope::sample |
| typedef struct Oscilloscope::scope_channel Oscilloscope::scope_channel |
| enum Oscilloscope::PARAMETER : size_t |
| Enumerator | |
|---|---|
| TRIGGERING | |
Definition at line 44 of file oscilloscope.hpp.
| std::unique_ptr< Widgets::Component > Oscilloscope::createRTXIComponent | ( | Widgets::Plugin * | host_plugin | ) |
Definition at line 1058 of file oscilloscope.cpp.
| Widgets::Panel * Oscilloscope::createRTXIPanel | ( | QMainWindow * | main_window, |
| Event::Manager * | ev_manager | ||
| ) |
Definition at line 1051 of file oscilloscope.cpp.
| std::unique_ptr< Widgets::Plugin > Oscilloscope::createRTXIPlugin | ( | Event::Manager * | ev_manager | ) |
Definition at line 1045 of file oscilloscope.cpp.
| inline |
Definition at line 58 of file oscilloscope.hpp.
| inline |
Definition at line 49 of file oscilloscope.hpp.
| Widgets::FactoryMethods Oscilloscope::getFactories | ( | ) |
| constexpr |
| constexpr |
| constexpr |
Definition at line 42 of file oscilloscope.hpp.
| const std::array<QColor, 7> Oscilloscope::penColors |
| constexpr |