mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-22 21:55:39 +00:00
bug5450: implement Percent Target Boat Speed as leaderboard column;
for ORC PCS compute it based on implied wind divided by current wind speed
This commit is contained in:
+6
@@ -1410,4 +1410,10 @@ public class MockedTrackedRace implements DynamicTrackedRace {
|
||||
public UUID getCourseAreaId() {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Double getPercentTargetBoatSpeed(Competitor competitor, TimePoint timePoint,
|
||||
WindLegTypeAndLegBearingAndORCPerformanceCurveCache cache) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
+6
@@ -934,4 +934,10 @@ public class MockedTrackedRaceWithStartTimeAndRanks implements TrackedRace {
|
||||
public UUID getCourseAreaId() {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Double getPercentTargetBoatSpeed(Competitor competitor, TimePoint timePoint,
|
||||
WindLegTypeAndLegBearingAndORCPerformanceCurveCache cache) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user