Commit 3a69138
committed
Upgrade to ADCore R3-0
Fix the plugin constructor arguments to the super constructor by
removing numParams and adding maxThreads. (These ADCore changes were
introduced in R3-0 in commit 3af87bd.)
Fix the super call in processCallbacks to call NDPluginDriver's
beginProcessCallbacks method since processCallbacks in NDPluginDriver
was renamed to beginProcessCallbacks. (This ADCore change was
introduced in R3-0 in commit 3af87bd.)
Call start() in adPythonPluginConfigure. (The start method was added in
ADCore in R2-5 in commit b1a2f13.)1 parent a030175 commit 3a69138
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
848 | 848 | | |
849 | 849 | | |
850 | 850 | | |
| 851 | + | |
851 | 852 | | |
852 | 853 | | |
853 | 854 | | |
| |||
0 commit comments