Class for asyn port clients to communicate on the asynOption interface.
More...
#include <asynPortClient.h>
|
| asynOptionClient (const char *portName, int addr, const char *drvInfo, double timeout=DEFAULT_TIMEOUT) |
| Constructor for asynOption class. More...
|
|
| asynOptionClient (const char *portName, const char *drvInfo, int addr=0, double timeout=DEFAULT_TIMEOUT) |
|
virtual | ~asynOptionClient () |
| Destructor for asynOption class. More...
|
|
virtual asynStatus | getOption (const char *key, char *value, int maxChars) |
| Get an option from the port driver. More...
|
|
virtual asynStatus | setOption (const char *key, const char *value) |
| Sets an option in 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 asynOption interface.
◆ asynOptionClient() [1/2]
asynOptionClient::asynOptionClient |
( |
const char * |
portName, |
|
|
int |
addr, |
|
|
const char * |
drvInfo, |
|
|
double |
timeout = DEFAULT_TIMEOUT |
|
) |
| |
|
inline |
Constructor for asynOption 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 |
◆ asynOptionClient() [2/2]
asynOptionClient::asynOptionClient |
( |
const char * |
portName, |
|
|
const char * |
drvInfo, |
|
|
int |
addr = 0 , |
|
|
double |
timeout = DEFAULT_TIMEOUT |
|
) |
| |
|
inline |
◆ ~asynOptionClient()
virtual asynOptionClient::~asynOptionClient |
( |
| ) |
|
|
inlinevirtual |
Destructor for asynOption class.
Disconnects from port, frees resources.
◆ getOption()
virtual asynStatus asynOptionClient::getOption |
( |
const char * |
key, |
|
|
char * |
value, |
|
|
int |
maxChars |
|
) |
| |
|
inlinevirtual |
Get an option from the port driver.
- Parameters
-
[in] | key | The key to read from the port driver |
[out] | value | The value to read from the port driver |
[in] | maxChars | The size of value |
◆ setOption()
virtual asynStatus asynOptionClient::setOption |
( |
const char * |
key, |
|
|
const char * |
value |
|
) |
| |
|
inlinevirtual |
Sets an option in the port driver.
- Parameters
-
[in] | key | The key to set in the port driver |
[out] | value | The value to set in the port driver |
The documentation for this class was generated from the following file: