|
| XDSO (const char *name, bool runtime, Transaction &tr_meas, const shared_ptr< XMeasure > &meas) |
|
virtual | ~XDSO () |
| usually nothing to do.
|
|
virtual void | showForms () |
| Shows all forms belonging to driver.
|
|
const shared_ptr< XUIntNode > & | average () const |
| driver specific part below
|
|
const shared_ptr< XBoolNode > & | singleSequence () const |
| If true, an acquisition will be paused with a averaging count.
|
|
const shared_ptr< XComboNode > & | trigSource () const |
|
const shared_ptr< XDoubleNode > & | trigPos () const |
|
const shared_ptr< XDoubleNode > & | trigLevel () const |
|
const shared_ptr< XBoolNode > & | trigFalling () const |
|
const shared_ptr< XDoubleNode > & | timeWidth () const |
|
const shared_ptr< XComboNode > & | vFullScale1 () const |
|
const shared_ptr< XComboNode > & | vFullScale2 () const |
|
const shared_ptr< XComboNode > & | vFullScale3 () const |
|
const shared_ptr< XComboNode > & | vFullScale4 () const |
|
const shared_ptr< XDoubleNode > & | vOffset1 () const |
|
const shared_ptr< XDoubleNode > & | vOffset2 () const |
|
const shared_ptr< XDoubleNode > & | vOffset3 () const |
|
const shared_ptr< XDoubleNode > & | vOffset4 () const |
|
const shared_ptr< XUIntNode > & | recordLength () const |
|
const shared_ptr
< XTouchableNode > & | forceTrigger () const |
|
const shared_ptr
< XTouchableNode > & | restart () const |
|
const shared_ptr< XComboNode > & | trace1 () const |
|
const shared_ptr< XComboNode > & | trace2 () const |
|
const shared_ptr< XComboNode > & | trace3 () const |
|
const shared_ptr< XComboNode > & | trace4 () const |
|
const shared_ptr< XComboNode > & | fetchMode () const |
|
const shared_ptr< XBoolNode > & | firEnabled () const |
|
const shared_ptr< XDoubleNode > & | firBandWidth () const |
| [kHz]
|
|
const shared_ptr< XDoubleNode > & | firCenterFreq () const |
| [kHz]
|
|
const shared_ptr< XDoubleNode > & | firSharpness () const |
|
const shared_ptr< XComboNode > & | dRFMode () const |
|
const shared_ptr< XItemNode
< XDriverList, XSG > > & | dRFSG () const |
|
const shared_ptr< XDoubleNode > & | dRFFreq () const |
|
| XPrimaryDriverWithThread (const char *name, bool runtime, Transaction &tr_meas, const shared_ptr< XMeasure > &meas) |
|
virtual void | stop () |
|
| XPrimaryDriver (const char *name, bool runtime, Transaction &tr_meas, const shared_ptr< XMeasure > &meas) |
|
| XDriver (const char *name, bool runtime, Transaction &tr_meas, const shared_ptr< XMeasure > &meas) |
|
| XNode (const char *name, bool runtime=false) |
|
template<class T > |
shared_ptr< T > | create (const char *name) |
|
template<class T , typename... Args> |
shared_ptr< T > | create (const char *name, bool runtime, Args &&...args) |
|
template<class T > |
shared_ptr< T > | create (Transaction &tr, const char *name) |
|
template<class T , typename... Args> |
shared_ptr< T > | create (Transaction &tr, const char *name, bool runtime, Args &&...args) |
|
XString | getName () const |
|
virtual XString | getLabel () const |
|
XString | getTypename () const |
|
shared_ptr< XNode > | getChild (const XString &var) const |
|
shared_ptr< XNode > | getParent () const |
|
void | setUIEnabled (bool v) |
| Enables/disables controls over scripting/GUI.
|
|
void | disable () |
| Disables all scripting/GUI operations on this node hereafter.
|
|
bool | insert (Transaction< XNode > &tr, const shared_ptr< XNode > &var, bool online_after_insertion=false) |
|
void | insert (const shared_ptr< XNode > &var) |
|
bool | release (Transaction< XNode > &tr, const shared_ptr< XNode > &var) |
|
void | release (const shared_ptr< XNode > &var) |
|
void | releaseAll () |
|
bool | swap (Transaction< XNode > &tr, const shared_ptr< XNode > &x, const shared_ptr< XNode > &y) |
|
void | swap (const shared_ptr< XNode > &x, const shared_ptr< XNode > &y) |
|
XNode * | upperNode (Snapshot< XNode > &shot) |
| Finds the parent node in shot.
|
|
Snapshot< XNode > | iterate_commit (Closure) |
|
Snapshot< XNode > | iterate_commit_if (Closure) |
|
void | iterate_commit_while (Closure) |
|
void | print_ () const |
|
| Node (const Node &)=delete |
|
Node & | operator= (const Node &)=delete |
|
|
virtual void | analyzeRaw (RawDataReader &reader, Transaction &tr) throw (XRecordError&) |
|
virtual void | visualize (const Snapshot &shot) |
|
virtual void | onTrace1Changed (const Snapshot &shot, XValueNodeBase *)=0 |
|
virtual void | onTrace2Changed (const Snapshot &shot, XValueNodeBase *)=0 |
|
virtual void | onTrace3Changed (const Snapshot &shot, XValueNodeBase *)=0 |
|
virtual void | onTrace4Changed (const Snapshot &shot, XValueNodeBase *)=0 |
|
virtual void | onAverageChanged (const Snapshot &shot, XValueNodeBase *)=0 |
|
virtual void | onSingleChanged (const Snapshot &shot, XValueNodeBase *)=0 |
|
virtual void | onTrigSourceChanged (const Snapshot &shot, XValueNodeBase *)=0 |
|
virtual void | onTrigPosChanged (const Snapshot &shot, XValueNodeBase *)=0 |
|
virtual void | onTrigLevelChanged (const Snapshot &shot, XValueNodeBase *)=0 |
|
virtual void | onTrigFallingChanged (const Snapshot &shot, XValueNodeBase *)=0 |
|
virtual void | onTimeWidthChanged (const Snapshot &shot, XValueNodeBase *)=0 |
|
virtual void | onVFullScale1Changed (const Snapshot &shot, XValueNodeBase *)=0 |
|
virtual void | onVFullScale2Changed (const Snapshot &shot, XValueNodeBase *)=0 |
|
virtual void | onVFullScale3Changed (const Snapshot &shot, XValueNodeBase *)=0 |
|
virtual void | onVFullScale4Changed (const Snapshot &shot, XValueNodeBase *)=0 |
|
virtual void | onVOffset1Changed (const Snapshot &shot, XValueNodeBase *)=0 |
|
virtual void | onVOffset2Changed (const Snapshot &shot, XValueNodeBase *)=0 |
|
virtual void | onVOffset3Changed (const Snapshot &shot, XValueNodeBase *)=0 |
|
virtual void | onVOffset4Changed (const Snapshot &shot, XValueNodeBase *)=0 |
|
virtual void | onRecordLengthChanged (const Snapshot &shot, XValueNodeBase *)=0 |
|
virtual void | onForceTriggerTouched (const Snapshot &shot, XTouchableNode *)=0 |
|
virtual void | onRestartTouched (const Snapshot &shot, XTouchableNode *) |
|
virtual double | getTimeInterval ()=0 |
|
virtual void | startSequence ()=0 |
| Clears the count or starts a sequence measurement.
|
|
virtual int | acqCount (bool *seq_busy)=0 |
|
virtual void | getWave (shared_ptr< RawData > &writer, std::deque< XString > &channels)=0 |
| Loads waveforms and settings from the instrument.
|
|
virtual void | convertRaw (RawDataReader &reader, Transaction &tr)=0 throw (XRecordError&) |
|
virtual bool | isDRFCoherentSGSupported () const |
|
double | phaseOfRF (const Snapshot &shot_of_this, uint64_t count, double interval) |
| Calculates RF phase for coherent detection, at given count.
|
|
const shared_ptr
< XStatusPrinter > & | statusPrinter () const |
|
virtual void | start () |
|
virtual void | closeInterface ()=0 |
| This function should not cause an exception.
|
|
void | finishWritingRaw (const shared_ptr< const RawData > &rawdata, const XTime &time_awared, const XTime &time_recorded) |
|
void | record (Transaction &tr, const XTime &time_awared, const XTime &time_recorded) |
|
Base class for digital storage oscilloscope.
Definition at line 33 of file dso.h.