Skip to content

Commit 4fe0b66

Browse files
committed
Fixed obsolete text
1 parent 6e5d69f commit 4fe0b66

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/ADCore/plugin_guidelines.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ The following are guidelines and rules for writing plugins
4545
could modify during this time, so they should only access local
4646
variables, not class variables (which includes the parameter
4747
library).
48-
- If plugins generate new or modified NDArrays then they must call
49-
``NDPluginDriver::doNDArrayCallbacks()`` so that registered clients can
50-
get the values of the new arrays.
48+
- Plugins will generally call ``NDPluginDriver::beginProcessCallbacks()``
49+
near the beginning of their ``processCallbacks()`` method, and will call
50+
``NDPluginDriver::endProcessCallbacks()`` near the end of their
51+
``processCallbacks()`` function.

0 commit comments

Comments
 (0)