From 202ee3a74be5d623141dec90c831bc8583d56e8f Mon Sep 17 00:00:00 2001 From: Gary Yendell Date: Wed, 2 Oct 2024 10:41:57 +0000 Subject: [PATCH] Remove stale links from original design --- docs/explanations/original-design.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/explanations/original-design.md b/docs/explanations/original-design.md index 80ddd15b..99735496 100644 --- a/docs/explanations/original-design.md +++ b/docs/explanations/original-design.md @@ -365,11 +365,11 @@ order such that when the asynPortDriver constructor the ``asynParamSet`` ### Change Summary -> - asyn - +> - asyn > : - Created ``asynParamSet`` > - New overloaded asynPortDriver constructor that takes an ``asynParamSet*`` > and calls createParams() -> - ADCore - +> - ADCore > : - ``asynNDArrayDriver`` parameters split into ``asynNDArrayDriverParamSet`` > : Constructor updated to take an ``asynNDArrayDriverParamSet*``. > Updated to access parameters via ``paramSet->`` @@ -380,17 +380,17 @@ order such that when the asynPortDriver constructor the ``asynParamSet`` > : Updated to access parameters via ``paramSet->``. > Child classes work with no changes > - Some trivial updates to the tests -> - ADSimDetector - +> - ADSimDetector > : - ``simDetector`` parameters split into ``simDetectorParamSet`` > - ``simDetector`` inherits from ``simDetectorParamSet`` in addition to > ``ADDriver`` > - Can access parameters as before -> - ADPilatus - +> - ADPilatus > : - Equivalent to ADSimDetector changes -> - motor - +> - motor > : - ``asynMotorController`` parameters split into ``asynMotorControllerParamSet`` > - Updated to access parameters via ``paramSet->`` -> - pmac - +> - pmac > : - ``pmacController`` parameters split into ``pmacControllerParamSet`` > - ``pmacCSController`` same > - Each inherit from their own param set (which inherits