@@ -365,11 +365,11 @@ order such that when the asynPortDriver constructor the ``asynParamSet``
365
365
366
366
### Change Summary
367
367
368
- > - asyn - < https://github.com/dls-controls/asyn/tree/pvi >
368
+ > - asyn
369
369
> : - Created `` asynParamSet ``
370
370
> - New overloaded asynPortDriver constructor that takes an `` asynParamSet* ``
371
371
> and calls createParams()
372
- > - ADCore - < https://github.com/dls-controls/ADCore/tree/pvi >
372
+ > - ADCore
373
373
> : - `` asynNDArrayDriver `` parameters split into `` asynNDArrayDriverParamSet ``
374
374
> : Constructor updated to take an `` asynNDArrayDriverParamSet* `` .
375
375
> Updated to access parameters via `` paramSet-> ``
@@ -380,17 +380,17 @@ order such that when the asynPortDriver constructor the ``asynParamSet``
380
380
> : Updated to access parameters via `` paramSet-> `` .
381
381
> Child classes work with no changes
382
382
> - Some trivial updates to the tests
383
- > - ADSimDetector - < https://github.com/dls-controls/ADSimDetector/tree/pvi >
383
+ > - ADSimDetector
384
384
> : - `` simDetector `` parameters split into `` simDetectorParamSet ``
385
385
> - `` simDetector `` inherits from `` simDetectorParamSet `` in addition to
386
386
> `` ADDriver ``
387
387
> - Can access parameters as before
388
- > - ADPilatus - < https://github.com/dls-controls/ADPilatus/tree/pvi >
388
+ > - ADPilatus
389
389
> : - Equivalent to ADSimDetector changes
390
- > - motor - < https://github.com/dls-controls/motor/tree/pvi >
390
+ > - motor
391
391
> : - `` asynMotorController `` parameters split into `` asynMotorControllerParamSet ``
392
392
> - Updated to access parameters via `` paramSet-> ``
393
- > - pmac - < https://github.com/dls-controls/pmac/tree/pvi >
393
+ > - pmac
394
394
> : - `` pmacController `` parameters split into `` pmacControllerParamSet ``
395
395
> - `` pmacCSController `` same
396
396
> - Each inherit from their own param set (which inherits
0 commit comments