sogno-platform/dpsim

Inconsistent attribute names for Base::Ph1::Switch and Base::Ph3::Switch

Opened this issue · 0 comments

The attribute (const CPS::Attribute::Ptr) storing the state of the switch (open, closed) has different names in the base switch classes:

Base::Ph1::Switch: mIsClosed
Base::Ph3::Switch: mSwitchClosed

This could be unified so only one of the names is used in all switches.