Class for asyn port clients to communicate on the asynEnum interface.  
 More...
#include <asynPortClient.h>
|  | 
|  | asynEnumClient (const char *portName, int addr, const char *drvInfo, double timeout=DEFAULT_TIMEOUT) | 
|  | Constructor for asynEnum class.  More... 
 | 
|  | 
|  | asynEnumClient (const char *portName, const char *drvInfo, int addr=0, double timeout=DEFAULT_TIMEOUT) | 
|  | 
| virtual | ~asynEnumClient () | 
|  | Destructor for asynEnum class.  More... 
 | 
|  | 
| virtual asynStatus | read (char *strings[], int values[], int severities[], size_t nElements, size_t *nIn) | 
|  | Reads enum strings, values, and severities from the port driver.  More... 
 | 
|  | 
| virtual asynStatus | write (char *strings[], int values[], int severities[], size_t nElements) | 
|  | Writes enum strings, values, and severities to the port driver.  More... 
 | 
|  | 
|  | asynParamClient (const char *portName, int addr, const char *asynInterfaceType, const char *drvInfo, double timeout) | 
|  | Constructor for asynParamClient class.  More... 
 | 
|  | 
| virtual | ~asynParamClient () | 
|  | Destructor for asynParamClient class Frees all allocated resources.  More... 
 | 
|  | 
| void | setTimeout (double timeout) | 
|  | 
| void | report (FILE *fp, int details) | 
|  | Reports the properties of this client.  More... 
 | 
|  | 
| char * | getPortName () | 
|  | 
| char * | getAsynInterfaceType () | 
|  | 
Class for asyn port clients to communicate on the asynEnum interface. 
  
  | 
        
          | asynEnumClient::asynEnumClient | ( | const char * | portName, |  
          |  |  | int | addr, |  
          |  |  | const char * | drvInfo, |  
          |  |  | double | timeout = DEFAULT_TIMEOUT |  
          |  | ) |  |  |  | inline | 
 
Constructor for asynEnum class. 
- Parameters
- 
  
    | [in] | portName | The name of the asyn port to connect to |  | [in] | addr | The address on the asyn port to connect to |  | [in] | drvInfo | The drvInfo string to identify which property of the port is being connected to |  | [in] | timeout | The default timeout for all communications between the client and the port driver |  
 
 
 
  
  | 
        
          | asynEnumClient::asynEnumClient | ( | const char * | portName, |  
          |  |  | const char * | drvInfo, |  
          |  |  | int | addr = 0, |  
          |  |  | double | timeout = DEFAULT_TIMEOUT |  
          |  | ) |  |  |  | inline | 
 
 
  
  | 
        
          | virtual asynEnumClient::~asynEnumClient | ( |  | ) |  |  | inlinevirtual | 
 
Destructor for asynEnum class. 
Disconnects from port, frees resources. 
 
 
  
  | 
        
          | virtual asynStatus asynEnumClient::read | ( | char * | strings[], |  
          |  |  | int | values[], |  
          |  |  | int | severities[], |  
          |  |  | size_t | nElements, |  
          |  |  | size_t * | nIn |  
          |  | ) |  |  |  | inlinevirtual | 
 
Reads enum strings, values, and severities from the port driver. 
- Parameters
- 
  
    | [out] | strings | The enum strings to read from the driver |  | [out] | values | The enum values to read from the driver |  | [out] | severities | The enum severities to read from the driver |  | [in] | nElements | The number of elements in the strings, value, and severities arrays |  | [in] | nIn | The number of elements actually read from the driver |  
 
 
 
  
  | 
        
          | virtual asynStatus asynEnumClient::write | ( | char * | strings[], |  
          |  |  | int | values[], |  
          |  |  | int | severities[], |  
          |  |  | size_t | nElements |  
          |  | ) |  |  |  | inlinevirtual | 
 
Writes enum strings, values, and severities to the port driver. 
- Parameters
- 
  
    | [out] | strings | The enum strings to write to the driver |  | [out] | values | The enum values to write to the driver |  | [out] | severities | The enum severities to write to the driver |  | [in] | nElements | The number of elements in the strings, value, and severities arrays |  
 
 
 
The documentation for this class was generated from the following file: