asyn 4-26
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
asynCommonClientClass for asyn port clients to communicate on the asynCommon interface
asynEnumClientClass for asyn port clients to communicate on the asynEnum interface
asynFloat32ArrayClientClass for asyn port clients to communicate on the asynFloat32Array interface
asynFloat64ArrayClientClass for asyn port clients to communicate on the asynFloat64Array interface
asynFloat64ClientClass for asyn port clients to communicate on the asynFloat64 interface
asynGenericPointerClientClass for asyn port clients to communicate on the asynGenericPointer interface
asynInt16ArrayClientClass for asyn port clients to communicate on the asynInt16Array interface
asynInt32ArrayClientClass for asyn port clients to communicate on the asynInt32Array interface
asynInt32ClientClass for asyn port clients to communicate on the asynInt32 interface
asynInt8ArrayClientClass for asyn port clients to communicate on the asynInt8Array interface
asynOctetClientClass for asyn port clients to communicate on the asynOctet interface
asynOptionClientClass for asyn port clients to communicate on the asynOption interface
asynPortClientBase class for asyn port clients; handles most of the bookkeeping for writing an asyn port client with standard asyn interfaces
asynPortDriverBase class for asyn port drivers; handles most of the bookkeeping for writing an asyn port driver with standard asyn interfaces and a parameter library
asynUInt32DigitalClientClass for asyn port clients to communicate on the asynUInt32Digital interface
paramListClass to support parameter library (also called parameter list); set and get values indexed by parameter number (pasynUser->reason) and do asyn callbacks when parameters change
paramValStructure for storing parameter value in parameter library
testAsynPortDriverClass that demonstrates the use of the asynPortDriver base class to greatly simplify the task of writing an asyn port driver