Make setCom methods virtual
What
This MR makes the setCom
methods of IChiller
, IMeter
, and IPowerSupply
virtual
. It does not touch the default implementations of this method in their respective implementations. Making these methods virtual will allow specific implementations of devices to apply additional checks on the ICom
instances passed to them, if needed.
Related Issues
Merge request reports
Activity
mentioned in issue #86 (closed)
mentioned in merge request !215 (merged)
mentioned in commit 5c7edf81
mentioned in merge request !234 (merged)
Please register or sign in to reply