14 #ifndef OXFORDDRIVER_H_
15 #define OXFORDDRIVER_H_
17 #include "charinterface.h"
18 #include "chardevicedriver.h"
19 #include "primarydriver.h"
23 XOxfordInterface(
const char *name,
bool runtime,
const shared_ptr<XDriver> &driver);
29 virtual void send(
const char *str)
throw (
XCommError &);
34 virtual void receive() throw (XCommError &);
35 virtual
void receive(
unsigned int length) throw (XCommError &);
36 void query(const
XString &str) throw (XCommError &);
37 virtual
void query(const
char *str) throw (XCommError &);
40 template <class tDriver>
44 Transaction &tr_meas,
const shared_ptr<XMeasure> &meas)
49 template<
class tDriver>
53 this->interface()->queryf(
"R%d", arg);
54 int ret = this->interface()->scanf(
"R%lf", &x);