Lines Matching full:period
40 /** @brief Optional callback for Health Period Status messages.
42 * Handles received Health Period Status messages from a Health
43 * server. The @c divisor param represents the period divisor value.
47 * @param divisor Health Period Divisor value.
233 /** @brief Get the target node's Health fast period divisor.
235 * The health period divisor is used to increase the publish rate when a fault
236 * is registered. Normally, the Health server will publish with the period in
238 * period is divided by (1 << divisor). For example, if the target node's
239 * Health server is configured to publish with a period of 16 seconds, and the
240 * Health fast period divisor is 5, the Health server will publish with an
253 * @param divisor Health period divisor response buffer.
260 /** @brief Set the target node's Health fast period divisor.
262 * The health period divisor is used to increase the publish rate when a fault
263 * is registered. Normally, the Health server will publish with the period in
265 * period is divided by (1 << divisor). For example, if the target node's
266 * Health server is configured to publish with a period of 16 seconds, and the
267 * Health fast period divisor is 5, the Health server will publish with an
280 * @param divisor New Health period divisor.
281 * @param updated_divisor Health period divisor response buffer.
288 /** @brief Set the target node's Health fast period divisor (unacknowledged).
295 * @param divisor New Health period divisor.