Situation
Currently the MARS 1 object SimMotor is still used to represent motors. The class internally handles different motor types. This does not fit the aspired modularity of MARS 2.
Task
Provide a suited interface MotorInterface to be used to represent motors. Different motor variants then can implement this interface.
Situation
Currently the MARS 1 object SimMotor is still used to represent motors. The class internally handles different motor types. This does not fit the aspired modularity of MARS 2.
Task
Provide a suited interface MotorInterface to be used to represent motors. Different motor variants then can implement this interface.