Here are the classes, structs, unions and interfaces with brief descriptions:
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 |