#include <scope.hpp>
Definition at line 168 of file scope.hpp.
◆ Scope() [1/3]
Oscilloscope::Scope::Scope | ( | const Scope & | | ) | |
| delete |
◆ Scope() [2/3]
Oscilloscope::Scope::Scope | ( | Scope && | | ) | |
| delete |
◆ Scope() [3/3]
Oscilloscope::Scope::Scope | ( | QWidget * | parent | ) | |
| explicit |
◆ ~Scope()
Oscilloscope::Scope::~Scope | ( | | ) | |
| override |
◆ channelRegistered()
bool Oscilloscope::Scope::channelRegistered | ( | IO::endpoint | probeInfo | ) | |
◆ clearData()
void Oscilloscope::Scope::clearData | ( | | ) | |
◆ createChannel()
◆ drawCurves()
void Oscilloscope::Scope::drawCurves | ( | | ) | |
◆ getChannelColor()
QColor Oscilloscope::Scope::getChannelColor | ( | IO::endpoint | endpoint | ) | |
◆ getChannelCount()
size_t Oscilloscope::Scope::getChannelCount | ( | | ) | |
◆ getChannelOffset()
double Oscilloscope::Scope::getChannelOffset | ( | IO::endpoint | endpoint | ) | |
◆ getChannelScale()
double Oscilloscope::Scope::getChannelScale | ( | IO::endpoint | endpoint | ) | |
◆ getChannelStyle()
Qt::PenStyle Oscilloscope::Scope::getChannelStyle | ( | IO::endpoint | endpoint | ) | |
◆ getChannelWidth()
int Oscilloscope::Scope::getChannelWidth | ( | IO::endpoint | endpoint | ) | |
◆ getDataSize()
size_t Oscilloscope::Scope::getDataSize | ( | | ) | const |
◆ getDivT()
int64_t Oscilloscope::Scope::getDivT | ( | | ) | |
◆ getDivX()
size_t Oscilloscope::Scope::getDivX | ( | | ) | const |
◆ getDivY()
size_t Oscilloscope::Scope::getDivY | ( | | ) | const |
◆ getRefresh()
size_t Oscilloscope::Scope::getRefresh | ( | | ) | const |
◆ getTriggerDirection()
◆ getTriggerEndpoint()
◆ getTriggerThreshold()
double Oscilloscope::Scope::getTriggerThreshold | ( | | ) | const |
◆ operator=() [1/2]
Scope& Oscilloscope::Scope::operator= | ( | const Scope & | | ) | |
| delete |
◆ operator=() [2/2]
◆ paused()
bool Oscilloscope::Scope::paused | ( | | ) | const |
◆ process_data
void Oscilloscope::Scope::process_data | ( | | ) | |
| slot |
◆ removeBlockChannels()
void Oscilloscope::Scope::removeBlockChannels | ( | IO::Block * | block | ) | |
◆ removeChannel()
void Oscilloscope::Scope::removeChannel | ( | IO::endpoint | probeInfo | ) | |
◆ resizeEvent()
void Oscilloscope::Scope::resizeEvent | ( | QResizeEvent * | event | ) | |
| overrideprotected |
◆ setChannelLabel()
void Oscilloscope::Scope::setChannelLabel | ( | IO::endpoint | endpoint, |
| | const QString & | label |
| ) | | |
◆ setChannelOffset()
void Oscilloscope::Scope::setChannelOffset | ( | IO::endpoint | endpoint, |
| | double | offset |
| ) | | |
◆ setChannelPen()
void Oscilloscope::Scope::setChannelPen | ( | IO::endpoint | endpoint, |
| | const QPen & | pen |
| ) | | |
◆ setChannelScale()
void Oscilloscope::Scope::setChannelScale | ( | IO::endpoint | endpoint, |
| | double | scale |
| ) | | |
◆ setDataSize()
void Oscilloscope::Scope::setDataSize | ( | size_t | size | ) | |
◆ setDivT()
void Oscilloscope::Scope::setDivT | ( | int64_t | value | ) | |
◆ setPause()
void Oscilloscope::Scope::setPause | ( | bool | value | ) | |
◆ setRefresh()
void Oscilloscope::Scope::setRefresh | ( | size_t | r | ) | |
◆ setTriggerDirection()
◆ setTriggerThreshold()
void Oscilloscope::Scope::setTriggerThreshold | ( | double | threshold | ) | |
The documentation for this class was generated from the following files: