14 #include "primarydriver.h"
16 XPrimaryDriver::XPrimaryDriver(
const char *name,
bool runtime,
17 Transaction &tr_meas,
const shared_ptr<XMeasure> &meas) :
18 XDriver(name, runtime, tr_meas, meas) {
23 const XTime &time_awared,
const XTime &time_recorded_org) {
25 XTime time_recorded = time_recorded_org;
32 tr[ *
this].m_rawData = rawdata;
40 time_recorded =
XTime();
45 record(tr, time_awared, time_recorded);
47 if(err.msg().length())