Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
asynParamString_t | Structure that is used to associate an enum value in pasynUser->reason with a drvUser string |
asynPortDriver | Base class for asyn port drivers; handles most of the bookkeeping for writing an asyn port driver with standard asyn interfaces and a parameter library |
paramList | Class 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 |
paramVal | Structure for storing parameter value in parameter library |
testAsynPortDriver | Class that demonstrates the use of the asynPortDriver base class to greatly simplify the task of writing an asyn port driver |