Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing doCallbacksGeneric pointer, adding maxThreads support #30

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ and ensure the following is uncommented:

```
# Optional: load NDPluginBar plugin
NDBarConfigure("BAR1", $(QSIZE), 0, "$(PORT)", 0, 0, 0, 0)
NDBarConfigure("BAR1", $(QSIZE), 0, "$(PORT)", 0, 0, 0, 0, 0, (MAX_THREADS=5))
dbLoadRecords("$(ADPLUGINBAR)/db/NDBar.template", "P=$(PREFIX),R=Bar1:, PORT=BAR1,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(PORT)")
set_requestfile_path("$(ADPLUGINBAR)/barApp/Db")
```
Expand Down
11 changes: 11 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ files respectively, in the configure/ directory of the appropriate release of th
Release Notes
=============
<!--RELEASE START-->
R2-2 (5-July-2019)
----
* Features Added:
* Support for maxThreads as used with other ADPlugins
* Bug Fixes/Improvements
* Removed addAttribute call for data type
* Edit to use endProcessCallbacks instead of doCallbacksGenericPointer
* Doc/comments edited
* Possible future plans
* PV for toggling image callbacks - Performance improvement and image view not always needed.

R2-1 (8-May-2019)
----
* Features Added:
Expand Down
Loading