diff --git a/documentation/pluginDoc.html b/documentation/pluginDoc.html index 6016bfd..3e7d51d 100755 --- a/documentation/pluginDoc.html +++ b/documentation/pluginDoc.html @@ -76,17 +76,17 @@ NDPluginDriver is the class from which actual plugins are directly derived. The NDPluginDriver class handles most of the details of processing NDArray callbacks from the driver. Plugins derived from this class typically need to implement the - processCallbacks method, the drvUser method, and one or more of the write(Int32, - Float64, Octet) methods. The - NDPluginDriver class documentation describes this class in detail. + processCallbacks method, and one or more of the write(Int32, Float64, Octet) methods. + The NDPluginDriver + class documentation describes this class in detail.
NDPluginDriver defines parameters that all plugin drivers should implement if possible.
- These parameters are defined by enum values with an associated asyn interface, and
- access (read-only or read-write). The EPICS database NDPluginBase.template provides
- access to these standard plugin parameters, listed in the following table. Note
- that to reduce the width of this table the enum names have been split into 2 lines,
- but these are just a single name, for example NDPluginDriverArrayPort.
+ These parameters are defined by strings (drvInfo strings in asyn) with an associated
+ asyn interface, and access (read-only or read-write). The EPICS database NDPluginBase.template
+ provides access to these standard plugin parameters, listed in the following table.
+ Note that to reduce the width of this table the parameter index variable names have
+ been split into 2 lines, but these are just a single name, for example NDPluginDriverArrayPort.
| - Enum name | + Parameter index variableasyn interface | @@ -104,7 +104,7 @@ | Description | - drvUser string | + drvInfo stringEPICS record name |
@@ -548,10 +548,11 @@
or getStringParam() function calls when they are needed.
|
|---|