Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit db1230c2 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

switchable clutch: no longer use the ClutchOpen signal

parent 93634635
No related branches found
No related tags found
No related merge requests found
......@@ -259,6 +259,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl
protected override bool DoUpdateFrom(object other) {
if (other is Clutch c) {
PreviousState = c.PreviousState.Clone();
return true;
}
return false;
......
......@@ -137,7 +137,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent
#region Overrides of Clutch
public override bool ClutchClosed(Second absTime) { return !ClutchOpen; }
//public override bool ClutchClosed(Second absTime) { return !ClutchOpen; }
#endregion
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment