Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

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.
Please register or to comment