RTXI  3.0.0
The Real-Time eXperiment Interface Reference Manual
Data Structures | Namespaces | Enumerations | Functions | Variables
oscilloscope.hpp File Reference
#include <QComboBox>
#include "event.hpp"
#include "fifo.hpp"
#include "io.hpp"
#include "rt.hpp"
#include "scope.hpp"
#include "widgets.hpp"
Include dependency graph for oscilloscope.hpp:
This graph shows which files directly or indirectly include this file:

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::InfoOscilloscope::get_default_vars ()
 
std::vector< IO::channel_tOscilloscope::get_default_channels ()
 
std::unique_ptr< Widgets::PluginOscilloscope::createRTXIPlugin (Event::Manager *ev_manager)
 
Widgets::PanelOscilloscope::createRTXIPanel (QMainWindow *main_window, Event::Manager *ev_manager)
 
std::unique_ptr< Widgets::ComponentOscilloscope::createRTXIComponent (Widgets::Plugin *host_plugin)
 
Widgets::FactoryMethods Oscilloscope::getFactories ()
 

Variables

constexpr std::string_view Oscilloscope::MODULE_NAME = "Oscilloscope"