Lines Matching full:speed
97 * Sets all fans in the zone to the speed
100 * @param[in] speed - the fan speed
102 void setSpeed(uint64_t speed);
105 * Sets the zone to full speed regardless of zone's active state
131 * @param[in] group - A group that affects speed decreases
329 * @brief Initialize a set speed event properties and actions
331 * @param[in] event - Set speed event
336 * @brief Removes all the set speed event properties and actions
338 * @param[in] event - Set speed event
343 * @brief Get the default floor speed
345 * @return - The defined default floor speed
355 * @param[in] speed - Speed to set the default floor to
357 inline void setDefFloor(uint64_t speed) in setDefFloor() argument
359 _defFloorSpeed = speed; in setDefFloor()
363 * @brief Get the ceiling speed
365 * @return - The current ceiling speed
373 * @brief Set the ceiling speed to the given speed
375 * @param[in] speed - Speed to set the ceiling to
377 inline void setCeiling(uint64_t speed) in setCeiling() argument
379 _ceilingSpeed = speed; in setCeiling()
397 * @brief Get the increase speed delta
399 * @return - The current increase speed delta
407 * @brief Get the decrease speed delta
409 * @return - The current decrease speed delta
417 * @brief Set the floor speed to the given speed and increase target
418 * speed to the floor when target is below floor where floor changes
421 * @param[in] speed - Speed to set the floor to
423 void setFloor(uint64_t speed);
426 * @brief Set the requested speed base to be used as the speed to
427 * base a new requested speed target from
429 * @param[in] speedBase - Base speed value to use
437 * @brief Calculate the requested target speed from the given delta
440 * @param[in] targetDelta - The delta to increase the target speed by
445 * @brief Calculate the requested target speed from the given delta
448 * @param[in] targetDelta - The delta to increase the target speed by
454 * processing of requested speed increases while fans are increasing
460 * requested speed decreases if allowed
678 * Full speed for the zone
688 * The default floor speed for the zone
693 * The default ceiling speed for the zone
698 * The floor speed to not go below
703 * The ceiling speed to not go above
718 * Target speed for this zone
723 * Speed increase delta
728 * Speed decrease delta
733 * Requested speed base
738 * Speed increase delay in seconds
743 * Speed decrease interval in seconds
758 * Event loop used on set speed event timers
836 * @brief Get the request speed base if defined, otherwise the
837 * the current target speed is returned
839 * @return - The request speed base or current target speed