File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ describes this class in detail.
2121``NDPluginTransform.h `` defines the following parameters. It also implements
2222all of the standard plugin parameters from
2323:doc: `NDPluginDriver `. The EPICS database
24- ``NDransform .template `` provide access to these parameters, listed in the
24+ ``NDTransform .template `` provides access to these parameters, listed in the
2525following table.
2626
2727.. |br | raw :: html
@@ -46,7 +46,7 @@ following table.
4646 * - NDPluginTransformType
4747 - asynInt32
4848 - r/w
49- - Type of transform. Choices are:|br |
49+ - Type of transform. Choices are:|br |
5050 **None **: No transform, the output image is the same as the input image. |br |
5151 **Rot90 **: Rotate clockwise 90 degrees. |br |
5252 **Rot180 **: Rotate clockwise 180 degrees. |br |
@@ -58,6 +58,7 @@ following table.
5858 the central row in the image. |br |
5959 **Rot270Mirror **: Rot270 followed by Mirror. Equivalent to image transpose followed
6060 by mirror reflection about the central column in the image. |br |
61+ In the template there is an optional macro DFLTTRANSTYPE defaulting to 0 for None for backward compatibility. |br |
6162 - TRANSFORM_TYPE
6263 - $(P)$(R)Type
6364 - mbbo
You can’t perform that action at this time.
0 commit comments