areaDetector
3-5-0
EPICS areaDetector framework
|
Interface to a com port, on a grabber. More...
#include <comportInterface.h>
Public Member Functions | |
virtual void | open (void)=0 |
virtual void | open (int baud, int parity, int nbits, int nstop)=0 |
virtual void | open (int baud, int parity, int nbits, int nstop, int rdtimeout)=0 |
virtual void | write (unsigned char *buffer, int length)=0 |
virtual void | read (unsigned char *buffer, int length)=0 |
virtual void | write (unsigned char c)=0 |
virtual unsigned char | read (void)=0 |
virtual void | close (void)=0 |
virtual void | flush (void)=0 |
virtual void | clearPipe ()=0 |
virtual void | setPortName (char *n)=0 |
virtual void | wait (int us)=0 |
virtual void | tic ()=0 |
virtual double | toc ()=0 |
Interface to a com port, on a grabber.
\ We inherite this with any class to represent the serial port ona grabber. Pure virtual class.
|
pure virtual |
Implemented in cl_com_port, and sw_com_port.
|
pure virtual |
Implemented in cl_com_port, and sw_com_port.
|
pure virtual |
Implemented in cl_com_port, and sw_com_port.
|
pure virtual |
Implemented in cl_com_port, and sw_com_port.
|
pure virtual |
Implemented in cl_com_port, and sw_com_port.
|
pure virtual |
Implemented in cl_com_port, and sw_com_port.
|
pure virtual |
Implemented in cl_com_port, and sw_com_port.
|
pure virtual |
Implemented in cl_com_port, and sw_com_port.
|
pure virtual |
Implemented in cl_com_port, and sw_com_port.
|
pure virtual |
Implemented in cl_com_port, and sw_com_port.
|
pure virtual |
Implemented in cl_com_port, and sw_com_port.
|
pure virtual |
Implemented in cl_com_port, and sw_com_port.
|
pure virtual |
Implemented in cl_com_port, and sw_com_port.
|
pure virtual |
Implemented in cl_com_port, and sw_com_port.