Skip to content

Commit

Permalink
feat: add access to underlying measure for sub-classes
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed Jan 21, 2025
1 parent 52420cc commit 9e6af47
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,8 @@ public TimestampedMeasures getNthTimestampedMeasures(int n) {
private int ensureIndex(int upToIndex) {
return Math.min(upToIndex, samples - 1);
}

protected OngoingPowerMeasure underlyingMeasure() {
return measure;
}
}

0 comments on commit 9e6af47

Please sign in to comment.