Skip to content

Commit

Permalink
Fixed obsolete text
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkRivers committed Dec 1, 2024
1 parent 6e5d69f commit 4fe0b66
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/ADCore/plugin_guidelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ The following are guidelines and rules for writing plugins
could modify during this time, so they should only access local
variables, not class variables (which includes the parameter
library).
- If plugins generate new or modified NDArrays then they must call
``NDPluginDriver::doNDArrayCallbacks()`` so that registered clients can
get the values of the new arrays.
- Plugins will generally call ``NDPluginDriver::beginProcessCallbacks()``
near the beginning of their ``processCallbacks()`` method, and will call
``NDPluginDriver::endProcessCallbacks()`` near the end of their
``processCallbacks()`` function.

0 comments on commit 4fe0b66

Please sign in to comment.