Dantali0n / radloggerpy

Radiation monitoring solution for a variety of instrument types.
Apache License 2.0
2 stars 0 forks source link

Hide StateMachine to external Device users #6

Closed Dantali0n closed 3 years ago

Dantali0n commented 4 years ago

The Device abstract class inherits StateMachine which allows external access to the transition method. This is undesirable, instead Device should keep an instance of StateMachine as internal object and only expose get_state.