|
DynExp
Highly flexible laboratory automation for dynamically changing experiments.
|
#include <SignalPlotter.h>
Inheritance diagram for DynExpModule::SignalPlotterData:Public Member Functions | |
| SignalPlotterData () | |
| virtual | ~SignalPlotterData ()=default |
| void | LockInstruments (DynExp::ModuleInstance *Instance, const DynExp::ParamsBase::ListParam< DynExp::ObjectLink< DynExpInstr::DataStreamInstrument > > &InstrParam) |
| void | UnlockInstruments (DynExp::ModuleInstance *Instance) |
| void | SetCurrentSourceIndex (int Index) |
| auto & | GetDataStreamInstr () |
| const auto & | GetDataStreamInstrLabels () const noexcept |
| std::string_view | GetDataStreamInstrIconPath () const |
| bool | IsUIInitialized () const noexcept |
| void | SetUIInitialized () noexcept |
Public Member Functions inherited from DynExp::QModuleDataBase | |
| QModuleDataBase ()=default | |
| virtual | ~QModuleDataBase ()=default |
Public Member Functions inherited from DynExp::ModuleDataBase | |
| ModuleDataBase () | |
| virtual | ~ModuleDataBase () |
| auto | GetException () const noexcept |
| Getter for ModuleException. | |
| void | EnqueueEvent (EventPtrType &&Event) |
Enqueues Event at the module event queue's back. Takes ownership of the event. Notifies the module owning the respective ModuleDataBase's instance that a new event has been enqueued. | |
| EventPtrType | PopEvent () |
| Removes one event from the event queue's front and returns the event. Ownership of the event is transferred to the caller of this method. | |
| const auto & | GetEventFront () const noexcept |
| Returns a pointer to the event in the front of the module's event queue without transferring ownership and without removing the event from the queue. | |
| auto & | GetEventFront () noexcept |
| Returns a pointer to the event in the front of the module's event queue without transferring ownership and without removing the event from the queue. | |
| size_t | GetNumEnqueuedEvents () const noexcept |
| Getter for the module event queue's length. | |
Public Member Functions inherited from Util::INonCopyable | |
| INonCopyable (const INonCopyable &)=delete | |
| INonCopyable & | operator= (const INonCopyable &)=delete |
Public Attributes | |
| bool | IsRunning |
| bool | IsBasicSampleTimeUsed |
| DynExpInstr::DataStreamInstrumentData::UnitType | ValueUnit |
| bool | PlotAxesChanged |
| bool | Autoscale |
| bool | RollingView |
| SignalPlotterWidget::SampleDataType | SampleData |
Public Attributes inherited from DynExp::ModuleDataBase | |
| ModuleBaseOnlyType | ModuleBaseOnly |
Allow exclusive access to some of ModuleDataBase's private methods to ModuleBase. | |
| ModuleThreadOnlyType | ModuleThreadOnly |
Allow exclusive access to some of ModuleDataBase's private methods to the module thread ModuleThreadMain(). | |
Private Member Functions | |
| void | ResetImpl (dispatch_tag< QModuleDataBase >) override final |
| virtual void | ResetImpl (dispatch_tag< SignalPlotterData >) |
| void | Init () |
Private Attributes | |
| bool | UIInitialized |
| int | CurrentSourceIndex |
| DynExp::LinkedObjectWrapperContainerList< DynExpInstr::DataStreamInstrument > | DataStreamInstr |
Additional Inherited Members | |
Public Types inherited from DynExp::ModuleDataBase | |
| using | EventPtrType = std::unique_ptr< EventBase > |
| Pointer owning an event. | |
| using | EventQueueType = std::queue< EventPtrType > |
| A module's event queue is a FIFO queue owning the enqueued events. | |
Protected Member Functions inherited from Util::ISynchronizedPointerLockable | |
| ISynchronizedPointerLockable () | |
| ~ISynchronizedPointerLockable () | |
| Object should never be destroyed before completely unlocked. | |
Protected Member Functions inherited from Util::INonCopyable | |
| constexpr | INonCopyable ()=default |
| ~INonCopyable ()=default | |
Definition at line 85 of file SignalPlotter.h.
|
inline |
Definition at line 88 of file SignalPlotter.h.
|
virtualdefault |
|
inline |
Definition at line 95 of file SignalPlotter.h.
|
inline |
Definition at line 97 of file SignalPlotter.h.
|
inlinenoexcept |
Definition at line 96 of file SignalPlotter.h.
|
private |
Definition at line 172 of file SignalPlotter.cpp.
|
inlinenoexcept |
Definition at line 99 of file SignalPlotter.h.
|
inline |
Definition at line 91 of file SignalPlotter.h.
|
finaloverrideprivate |
Definition at line 167 of file SignalPlotter.cpp.
|
inlineprivatevirtual |
Definition at line 113 of file SignalPlotter.h.
| void DynExpModule::SignalPlotterData::SetCurrentSourceIndex | ( | int | Index | ) |
Definition at line 158 of file SignalPlotter.cpp.
|
inlinenoexcept |
Definition at line 100 of file SignalPlotter.h.
|
inline |
Definition at line 92 of file SignalPlotter.h.
| bool DynExpModule::SignalPlotterData::Autoscale |
Definition at line 106 of file SignalPlotter.h.
|
private |
Definition at line 118 of file SignalPlotter.h.
|
private |
Definition at line 120 of file SignalPlotter.h.
| bool DynExpModule::SignalPlotterData::IsBasicSampleTimeUsed |
Definition at line 103 of file SignalPlotter.h.
| bool DynExpModule::SignalPlotterData::IsRunning |
Definition at line 102 of file SignalPlotter.h.
| bool DynExpModule::SignalPlotterData::PlotAxesChanged |
Definition at line 105 of file SignalPlotter.h.
| bool DynExpModule::SignalPlotterData::RollingView |
Definition at line 107 of file SignalPlotter.h.
| SignalPlotterWidget::SampleDataType DynExpModule::SignalPlotterData::SampleData |
Definition at line 109 of file SignalPlotter.h.
|
private |
Definition at line 117 of file SignalPlotter.h.
| DynExpInstr::DataStreamInstrumentData::UnitType DynExpModule::SignalPlotterData::ValueUnit |
Definition at line 104 of file SignalPlotter.h.