-
Notifications
You must be signed in to change notification settings - Fork 2
Refactoring for Observables and Writers
Adrian Potter edited this page May 9, 2016
·
2 revisions
Wiki > The GUI > Coding > Refactoring for observables and writers
This document contains the class diagrams for the various classes that relate to reading and writing to PVs. It also shows how the design has been evolved and refactored over time.
NOTE: PairObservable is not depicted for clarity.
After refactoring the two existing interfaces were combined into a single Observer interface, and ObservableAdapter was renamed.
After refactoring, the ForwardingWritable is passed a converter, which can either convert value or do nothing.