Lines Matching full:hold
236 * target hold resulting in the fans being held at the highest remaining
237 * hold target if other hold targets had been requested. When no hold
240 * @param[in] ident - Unique identifier for a target hold
241 * @param[in] target - Target to hold fans at
242 * @param[in] hold - Whether to hold(true) or release(false) a target hold
244 void setTargetHold(const std::string& ident, uint64_t target, bool hold);
256 * floor hold resulting in the fans being held at the highest remaining
257 * hold target if other floor hold targets had been requested. When no hold
260 * @param[in] ident - Unique identifier for a floor hold
262 * @param[in] hold - Whether to hold(true) or release(false) a hold
264 void setFloorHold(const std::string& ident, uint64_t target, bool hold);
267 * @brief Says if the passed in identity has a floor hold
270 * @return bool - If it has a floor hold or not