Public Member Functions | Protected Member Functions | Private Attributes | List of all members
XCharDeviceDriver< tDriver, tInterface > Class Template Reference
Inheritance diagram for XCharDeviceDriver< tDriver, tInterface >:
Inheritance graph
[legend]

Public Member Functions

 XCharDeviceDriver (const char *name, bool runtime, Transaction &tr_meas, const shared_ptr< XMeasure > &meas)
 

Protected Member Functions

const shared_ptr< tInterface > & 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 ()
 

Private Attributes

shared_ptr< XListenerm_lsnOnOpen
 
shared_ptr< XListenerm_lsnOnClose
 
const shared_ptr< tInterface > m_interface
 

Detailed Description

template<class tDriver, class tInterface = XCharInterface>
class XCharDeviceDriver< tDriver, tInterface >

Definition at line 22 of file chardevicedriver.h.

Member Function Documentation

template<class tDriver, class tInterface = XCharInterface>
virtual void XCharDeviceDriver< tDriver, tInterface >::closeInterface ( )
inlineprotectedvirtual

This should not cause an exception. This function should be called before leaving a measurement thread to terminate the interface.

Reimplemented in XAVS47IB, XAH2500A, XLI5640, and XSR830.

Definition at line 37 of file chardevicedriver.h.


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

Generated for KAME4 by  doxygen 1.8.3