19 #include "secondarydriver.h"
28 XFourRes(
const char *name,
bool runtime,
29 Transaction &tr_meas,
const shared_ptr<XMeasure> &meas);
37 XDriver *emitter)
throw (XRecordError&);
51 double value_inverted;
54 const shared_ptr<XScalarEntry> &resistance()
const {
return m_resistance;}
56 const shared_ptr<XItemNode < XDriverList, XDMM > > &dmm()
const {
return m_dmm;}
57 const shared_ptr<XItemNode < XDriverList, XDCSource > > &dcsource()
const {
return m_dcsource;}
59 const shared_ptr<XBoolNode> &control()
const {
return m_control;}
65 const shared_ptr<XItemNode < XDriverList, XDMM> > m_dmm;
66 const shared_ptr<XItemNode < XDriverList, XDCSource > > m_dcsource;
67 const shared_ptr<XBoolNode> m_control;
69 xqcon_ptr m_conDMM, m_conDCSource, m_conControl, m_conRes;