Lines Matching +full:power +full:- +full:sensor

25  * The any of redundancy policy monitors all sensor
27 * sensor in the set reports true.
42 * @param[in] fan - The fan associated with the policy.
43 * @param[in] s - The set of sensors associated with the policy.
44 * @param[in] e - EEPROM device instance
53 * @param[in] fan - The fan associated with the policy.
54 * @param[in] s - The set of sensors associated with the policy.
67 * @param[in] present - The new presence state according
68 * to the specified sensor.
69 * @param[in] sensor - The sensor reporting the new state.
71 void stateChanged(bool present, PresenceSensor& sensor) override;
87 * This check will only happen when power is on.
92 * @brief Callback function called after a post-poweron delay.
95 * power is on to give fans a bit of time to spin up so tachs
103 * @brief Says if power is on, though not until the post
104 * power on delay is complete.
106 * @return bool - if power is on.
114 * @brief Called by the PowerState object when the power
117 * When power changes to on:
118 * - Clears the memory of previous sensor conflicts.
119 * - Starts the post power on delay timer.
121 * @param[in] powerOn - If power is now on or off.
133 * - A reference to a PresenceSensor
134 * - The current presence state
135 * - If the sensors have logged conflicts in their answers.
141 * @brief Pointer to the PowerState object used to track power changes.
146 * @brief Post power on delay timer, where the conflict checking code
147 * doesn't consider power on until this timer expires.
155 * @brief Current power state.