GetPlanRequiredDuration returns required duration of plan to reach the goal from current state
(goal, maxPower float64)
| 127 | GetPlanGoal() (float64, bool) |
| 128 | // GetPlanRequiredDuration returns required duration of plan to reach the goal from current state |
| 129 | GetPlanRequiredDuration(goal, maxPower float64) time.Duration |
| 130 | // GetPlanStrategy returns the plan strategy |
| 131 | GetPlanStrategy() api.PlanStrategy |
| 132 | // SetPlanStrategy sets the plan strategy |
no outgoing calls
no test coverage detected