Class for asyn port clients to communicate on the asynUInt32Digital interface.  
 More...
#include <asynPortClient.h>
|  | 
|  | asynUInt32DigitalClient (const char *portName, int addr, const char *drvInfo, double timeout=DEFAULT_TIMEOUT) | 
|  | Constructor for asynUInt32DigitalClient class.  More... 
 | 
|  | 
|  | asynUInt32DigitalClient (const char *portName, const char *drvInfo, int addr=0, double timeout=DEFAULT_TIMEOUT) | 
|  | 
| virtual | ~asynUInt32DigitalClient () | 
|  | Destructor for asynInt32Client class.  More... 
 | 
|  | 
| virtual asynStatus | read (epicsUInt32 *value, epicsUInt32 mask) | 
|  | Reads an epicsUInt32 value from the port driver.  More... 
 | 
|  | 
| virtual asynStatus | write (epicsUInt32 value, epicsUInt32 mask) | 
|  | Writes an epicsUInt32 value to the port driver.  More... 
 | 
|  | 
| virtual asynStatus | setInterrupt (epicsUInt32 mask, interruptReason reason) | 
|  | Sets the interrupt mask for the specified interrupt reason in the driver.  More... 
 | 
|  | 
| virtual asynStatus | clearInterrupt (epicsUInt32 mask) | 
|  | Clears the interrupt mask in the driver.  More... 
 | 
|  | 
| virtual asynStatus | getInterrupt (epicsUInt32 *mask, interruptReason reason) | 
|  | Gets the current interrupt mask for the specified reason from the driver.  More... 
 | 
|  | 
| virtual asynStatus | registerInterruptUser (interruptCallbackUInt32Digital pCallback, epicsUInt32 mask, void *userPvt=0) | 
|  | Registers an interruptCallbackUInt32Digital function that the driver will call when there is a new value.  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 asynUInt32Digital interface. 
◆ asynUInt32DigitalClient() [1/2]
  
  | 
        
          | asynUInt32DigitalClient::asynUInt32DigitalClient | ( | const char * | portName, |  
          |  |  | int | addr, |  
          |  |  | const char * | drvInfo, |  
          |  |  | double | timeout = DEFAULT_TIMEOUT |  
          |  | ) |  |  |  | inline | 
 
Constructor for asynUInt32DigitalClient 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 |  
 
 
 
◆ asynUInt32DigitalClient() [2/2]
  
  | 
        
          | asynUInt32DigitalClient::asynUInt32DigitalClient | ( | const char * | portName, |  
          |  |  | const char * | drvInfo, |  
          |  |  | int | addr = 0, |  
          |  |  | double | timeout = DEFAULT_TIMEOUT |  
          |  | ) |  |  |  | inline | 
 
 
◆ ~asynUInt32DigitalClient()
  
  | 
        
          | virtual asynUInt32DigitalClient::~asynUInt32DigitalClient | ( |  | ) |  |  | inlinevirtual | 
 
Destructor for asynInt32Client class. 
Disconnects from port, frees resources. 
 
 
◆ clearInterrupt()
  
  | 
        
          | virtual asynStatus asynUInt32DigitalClient::clearInterrupt | ( | epicsUInt32 | mask | ) |  |  | inlinevirtual | 
 
Clears the interrupt mask in the driver. 
- Parameters
- 
  
    | [in] | mask | The interrupt mask |  
 
 
 
◆ getInterrupt()
  
  | 
        
          | virtual asynStatus asynUInt32DigitalClient::getInterrupt | ( | epicsUInt32 * | mask, |  
          |  |  | interruptReason | reason |  
          |  | ) |  |  |  | inlinevirtual | 
 
Gets the current interrupt mask for the specified reason from the driver. 
- Parameters
- 
  
    | [out] | mask | The interrupt mask |  | [in] | reason | The interrupt reason |  
 
 
 
◆ read()
  
  | 
        
          | virtual asynStatus asynUInt32DigitalClient::read | ( | epicsUInt32 * | value, |  
          |  |  | epicsUInt32 | mask |  
          |  | ) |  |  |  | inlinevirtual | 
 
Reads an epicsUInt32 value from the port driver. 
- Parameters
- 
  
    | [out] | value | The value read from the port driver |  | [in] | mask | The mask to use when reading the value |  
 
 
 
◆ registerInterruptUser()
  
  | 
        
          | virtual asynStatus asynUInt32DigitalClient::registerInterruptUser | ( | interruptCallbackUInt32Digital | pCallback, |  
          |  |  | epicsUInt32 | mask, |  
          |  |  | void * | userPvt = 0 |  
          |  | ) |  |  |  | inlinevirtual | 
 
Registers an interruptCallbackUInt32Digital function that the driver will call when there is a new value. 
- Parameters
- 
  
    | [in] | pCallback | The address of the callback function |  | [in] | mask | The mask to use when determining whether to do the callback |  | [in] | userPvt | The user-defined pointer to be passed to the callback function |  
 
 
 
◆ setInterrupt()
  
  | 
        
          | virtual asynStatus asynUInt32DigitalClient::setInterrupt | ( | epicsUInt32 | mask, |  
          |  |  | interruptReason | reason |  
          |  | ) |  |  |  | inlinevirtual | 
 
Sets the interrupt mask for the specified interrupt reason in the driver. 
- Parameters
- 
  
    | [in] | mask | The interrupt mask |  | [in] | reason | The interrupt reason |  
 
 
 
◆ write()
  
  | 
        
          | virtual asynStatus asynUInt32DigitalClient::write | ( | epicsUInt32 | value, |  
          |  |  | epicsUInt32 | mask |  
          |  | ) |  |  |  | inlinevirtual | 
 
Writes an epicsUInt32 value to the port driver. 
- Parameters
- 
  
    | [in] | value | The value to write to the port driver |  | [in] | mask | The mask to use when writing the value |  
 
 
 
The documentation for this class was generated from the following file: