Public Member Functions | |
XOxfordDriver (const char *name, bool runtime, Transaction &tr_meas, const shared_ptr< XMeasure > &meas) | |
double | read (int arg) |
![]() | |
XCharDeviceDriver (const char *name, bool runtime, Transaction &tr_meas, const shared_ptr< XMeasure > &meas) | |
Additional Inherited Members | |
![]() | |
const shared_ptr < XOxfordInterface > & | interface () const |
virtual void | open () throw (XKameError &) |
Be called just after opening interface. Call start() inside this routine appropriately. | |
virtual void | close () throw (XKameError &) |
Be called during stopping driver. Call interface()->stop() inside this routine. | |
void | onOpen (const Snapshot &shot, XInterface *) |
void | onClose (const Snapshot &shot, XInterface *) |
virtual void | closeInterface () |
Definition at line 41 of file oxforddriver.h.