Classes | Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
XSecondaryDriverInterface< T > Class Template Referenceabstract
Inheritance diagram for XSecondaryDriverInterface< T >:
Inheritance graph
[legend]

Classes

struct  Payload
 

Public Member Functions

 XSecondaryDriverInterface (const char *name, bool runtime, Transaction &tr_meas, const shared_ptr< XMeasure > &meas)
 
virtual void showForms ()=0
 Shows all forms belonging to driver.
 

Protected Member Functions

void connect (const shared_ptr< XPointerItemNode< XDriverList > > &selecter)
 Call this to receive signal/data.
 
void requestAnalysis ()
 
virtual void analyze (Transaction &tr, const Snapshot &shot_emitter, const Snapshot &shot_others, XDriver *emitter)=0 throw (typename T::XRecordError&)
 This function is called when a connected driver emit a signal.
 
virtual void visualize (const Snapshot &shot)=0
 
virtual bool checkDependency (const Snapshot &shot_this, const Snapshot &shot_emitter, const Snapshot &shot_others, XDriver *emitter) const =0
 
virtual void start ()
 usually nothing to do
 
virtual void stop ()
 usually nothing to do
 

Private Member Functions

void onConnectedRecorded (const Snapshot &shot, XDriver *driver)
 
void onItemChanged (const Snapshot &shot, XValueNodeBase *item)
 

Private Attributes

shared_ptr< XListenerm_lsnOnItemChanged
 
weak_ptr< XDriverListm_drivers
 

Detailed Description

template<class T>
class XSecondaryDriverInterface< T >

Definition at line 22 of file secondarydriver.h.

Member Function Documentation

template<class T>
virtual bool XSecondaryDriverInterface< T >::checkDependency ( const Snapshot shot_this,
const Snapshot shot_emitter,
const Snapshot shot_others,
XDriver emitter 
) const
protectedpure virtual

Checks if the connected drivers have valid time stamps.

Returns
true if dependency is resolved. This function must be reentrant unlike analyze().

Implemented in XNMRBuiltInNetworkAnalyzer, XNMRT1, XNMRPulseAnalyzer, XAutoLCTuner, XNMRSpectrumBase< FRM >, XNMRSpectrumBase< FrmNMRFSpectrum >, XNMRSpectrumBase< FrmNMRSpectrum >, and XFourRes.

template<class T >
void XSecondaryDriverInterface< T >::onConnectedRecorded ( const Snapshot shot,
XDriver driver 
)
private

called by connected drivers, checks dependency, takes snapshot for drivers, and finally calls purely virtual function analyze();

Definition at line 37 of file secondarydriverinterface.h.

template<class T >
void XSecondaryDriverInterface< T >::requestAnalysis ( )
protected

check dependencies and lock all records and analyze null pointer will be passed to analyze() emitter is driver itself.

See Also
analyze(), checkDependency()

Definition at line 31 of file secondarydriverinterface.h.

template<class T>
virtual void XSecondaryDriverInterface< T >::visualize ( const Snapshot shot)
protectedpure virtual

The documentation for this class was generated from the following files:

Generated for KAME4 by  doxygen 1.8.3