Public Member Functions | |
XFuncSynth (const char *name, bool runtime, Transaction &tr_meas, const shared_ptr< XMeasure > &meas) | |
virtual | ~XFuncSynth () |
usually nothing to do | |
virtual void | showForms () |
Shows all forms belonging to driver. | |
![]() | |
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 |
Protected Member Functions | |
virtual void | start () |
Starts up your threads, connects GUI, and activates signals. | |
virtual void | stop () |
virtual void | analyzeRaw (RawDataReader &reader, Transaction &tr) throw (XRecordError&) |
virtual void | visualize (const Snapshot &shot) |
const shared_ptr< XBoolNode > & | output () const |
driver specific part below | |
const shared_ptr < XTouchableNode > & | trig () const |
trigger to burst | |
const shared_ptr< XComboNode > & | mode () const |
const shared_ptr< XComboNode > & | function () const |
const shared_ptr< XDoubleNode > & | freq () const |
[Hz] | |
const shared_ptr< XDoubleNode > & | amp () const |
[Vp-p] | |
const shared_ptr< XDoubleNode > & | phase () const |
[deg.] | |
const shared_ptr< XDoubleNode > & | offset () const |
[V] | |
virtual void | onOutputChanged (const Snapshot &shot, XValueNodeBase *)=0 |
virtual void | onTrigTouched (const Snapshot &shot, XTouchableNode *)=0 |
virtual void | onModeChanged (const Snapshot &shot, XValueNodeBase *)=0 |
virtual void | onFunctionChanged (const Snapshot &shot, XValueNodeBase *)=0 |
virtual void | onFreqChanged (const Snapshot &shot, XValueNodeBase *)=0 |
virtual void | onAmpChanged (const Snapshot &shot, XValueNodeBase *)=0 |
virtual void | onPhaseChanged (const Snapshot &shot, XValueNodeBase *)=0 |
virtual void | onOffsetChanged (const Snapshot &shot, XValueNodeBase *)=0 |
![]() | |
virtual void | closeInterface ()=0 |
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) |
Private Attributes | |
const shared_ptr< XBoolNode > | m_output |
const shared_ptr< XTouchableNode > | m_trig |
const shared_ptr< XComboNode > | m_mode |
const shared_ptr< XComboNode > | m_function |
const shared_ptr< XDoubleNode > | m_freq |
const shared_ptr< XDoubleNode > | m_amp |
const shared_ptr< XDoubleNode > | m_phase |
const shared_ptr< XDoubleNode > | m_offset |
shared_ptr< XListener > | m_lsnOutput |
shared_ptr< XListener > | m_lsnMode |
shared_ptr< XListener > | m_lsnFunction |
shared_ptr< XListener > | m_lsnFreq |
shared_ptr< XListener > | m_lsnAmp |
shared_ptr< XListener > | m_lsnPhase |
shared_ptr< XListener > | m_lsnOffset |
shared_ptr< XListener > | m_lsnTrig |
xqcon_ptr | m_conOutput |
xqcon_ptr | m_conTrig |
xqcon_ptr | m_conMode |
xqcon_ptr | m_conFunction |
xqcon_ptr | m_conFreq |
xqcon_ptr | m_conAmp |
xqcon_ptr | m_conPhase |
xqcon_ptr | m_conOffset |
const qshared_ptr< FrmFuncSynth > | m_form |
Additional Inherited Members | |
![]() | |
using | NodeNotFoundError = std::domain_error |
using | NodeList = fast_vector< shared_ptr< XNode >, 2 > |
using | iterator = typename NodeList::iterator |
using | const_iterator = typename NodeList::const_iterator |
![]() | |
template<class T__ > | |
static shared_ptr< T__ > | createOrphan (const char *name) |
template<class T__ , typename... Args_> | |
static shared_ptr< T__ > | createOrphan (const char *name, bool runtime, Args_ &&...args) |
Definition at line 24 of file funcsynth.h.
|
protectedvirtual |
This function will be called when raw data are written. Implement this function to convert the raw data to the record (Payload).
Implements XPrimaryDriver.
Definition at line 122 of file funcsynth.cpp.
|
virtual |
Shows all forms belonging to driver.
impliment form->show() here
Implements XPrimaryDriver.
Definition at line 59 of file funcsynth.cpp.
|
protectedvirtual |
Shuts down your threads, unconnects GUI, and deactivates signals This function may be called even if driver has already stopped.
Implements XPrimaryDriver.
Definition at line 99 of file funcsynth.cpp.
References XPrimaryDriver::closeInterface().
|
protectedvirtual |
This function is called after committing XPrimaryDriver::analyzeRaw() or XSecondaryDriver::analyze(). This might be called even if the record is invalid (time() == false).
Implements XDriver.
Definition at line 125 of file funcsynth.cpp.