asyn 4-30
Public Member Functions
asynInt16ArrayClient Class Reference

Class for asyn port clients to communicate on the asynInt16Array interface. More...

#include <asynPortClient.h>

Inheritance diagram for asynInt16ArrayClient:
asynPortClient

List of all members.

Public Member Functions

 asynInt16ArrayClient (const char *portName, int addr, const char *drvInfo, double timeout=DEFAULT_TIMEOUT)
 Constructor for asynInt16Array class.
virtual ~asynInt16ArrayClient ()
 Destructor for asynInt16Array class.
virtual asynStatus read (epicsInt16 *value, size_t nElements, size_t *nIn)
 Reads an epicsInt16 array from the port driver.
virtual asynStatus write (epicsInt16 *value, size_t nElements)
 Writes an epicsInt16 array to the port driver.
virtual asynStatus registerInterruptUser (interruptCallbackInt16Array pCallback)
 Registers an interruptCallbackInt16Array function that the driver will call when there is a new value.

Detailed Description

Class for asyn port clients to communicate on the asynInt16Array interface.


Constructor & Destructor Documentation

asynInt16ArrayClient::asynInt16ArrayClient ( const char *  portName,
int  addr,
const char *  drvInfo,
double  timeout = DEFAULT_TIMEOUT 
) [inline]

Constructor for asynInt16Array class.

Parameters:
[in]portNameThe name of the asyn port to connect to
[in]addrThe address on the asyn port to connect to
[in]drvInfoThe drvInfo string to identify which property of the port is being connected to
[in]timeoutThe default timeout for all communications between the client and the port driver
virtual asynInt16ArrayClient::~asynInt16ArrayClient ( ) [inline, virtual]

Destructor for asynInt16Array class.

Disconnects from port, frees resources.


Member Function Documentation

virtual asynStatus asynInt16ArrayClient::read ( epicsInt16 *  value,
size_t  nElements,
size_t *  nIn 
) [inline, virtual]

Reads an epicsInt16 array from the port driver.

Parameters:
[out]valueThe array to read from the port driver
[in]nElementsThe number of elements in the array
[out]nInThe number of array elements actual read
virtual asynStatus asynInt16ArrayClient::registerInterruptUser ( interruptCallbackInt16Array  pCallback) [inline, virtual]

Registers an interruptCallbackInt16Array function that the driver will call when there is a new value.

Parameters:
[in]pCallbackThe address of the callback function
virtual asynStatus asynInt16ArrayClient::write ( epicsInt16 *  value,
size_t  nElements 
) [inline, virtual]

Writes an epicsInt16 array to the port driver.

Parameters:
[in]valueThe array to write to the port driver
[in]nElementsThe number of elements in the array

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