RTXI  3.0.0
The Real-Time eXperiment Interface Reference Manual
Data Fields
Oscilloscope::scope_channel Struct Reference

#include <scope.hpp>

Collaboration diagram for Oscilloscope::scope_channel:
Collaboration graph

Data Fields

QString label
 
IO::endpoint endpoint
 
RT::OS::Fifofifo = nullptr
 
double scale = 1.0
 
double offset = 0.0
 
std::vector< int64_t > timebuffer
 
std::vector< double > xbuffer
 
std::vector< double > ybuffer
 
std::vector< double > xtransformed
 
std::vector< double > ytransformed
 
size_t data_indx = 0
 
QwtPlotCurve * curve = nullptr
 

Detailed Description

Definition at line 91 of file scope.hpp.

Field Documentation

◆ curve

QwtPlotCurve* Oscilloscope::scope_channel::curve = nullptr

Definition at line 104 of file scope.hpp.

◆ data_indx

size_t Oscilloscope::scope_channel::data_indx = 0

Definition at line 103 of file scope.hpp.

◆ endpoint

IO::endpoint Oscilloscope::scope_channel::endpoint

Definition at line 94 of file scope.hpp.

◆ fifo

RT::OS::Fifo* Oscilloscope::scope_channel::fifo = nullptr

Definition at line 95 of file scope.hpp.

◆ label

QString Oscilloscope::scope_channel::label

Definition at line 93 of file scope.hpp.

◆ offset

double Oscilloscope::scope_channel::offset = 0.0

Definition at line 97 of file scope.hpp.

◆ scale

double Oscilloscope::scope_channel::scale = 1.0

Definition at line 96 of file scope.hpp.

◆ timebuffer

std::vector<int64_t> Oscilloscope::scope_channel::timebuffer

Definition at line 98 of file scope.hpp.

◆ xbuffer

std::vector<double> Oscilloscope::scope_channel::xbuffer

Definition at line 99 of file scope.hpp.

◆ xtransformed

std::vector<double> Oscilloscope::scope_channel::xtransformed

Definition at line 101 of file scope.hpp.

◆ ybuffer

std::vector<double> Oscilloscope::scope_channel::ybuffer

Definition at line 100 of file scope.hpp.

◆ ytransformed

std::vector<double> Oscilloscope::scope_channel::ytransformed

Definition at line 102 of file scope.hpp.


The documentation for this struct was generated from the following file: