Release 3-0
Closed Jun 3, 2017
100% complete
This release changes the NDPluginDriver constructor arguments:
- Removes NumParams since parameter counting is no longer required by asynPortDriver
- Adds NumThreads to support multiple threads in a plugin
It also changes the code model of releasing the asynPortDriver lock before calling doCallbacksGenericPointer(). This was found not to be necessary and ca…
This release changes the NDPluginDriver constructor arguments:
- Removes NumParams since parameter counting is no longer required by asynPortDriver
- Adds NumThreads to support multiple threads in a plugin
It also changes the code model of releasing the asynPortDriver lock before calling doCallbacksGenericPointer(). This was found not to be necessary and causing problems in some cases. This is not an API change.