bmsd/nodes.h

changeset 684
ccb9f24d0fe9
parent 384
442d23455ae4
child 686
ca1fbb3bd3db
equal deleted inserted replaced
683:420bf5caf53e 684:ccb9f24d0fe9
21 */ 21 */
22 void node_death(char *topic); 22 void node_death(char *topic);
23 23
24 /** 24 /**
25 * @brief Check if nodes are still online and mark them offline if not 25 * @brief Check if nodes are still online and mark them offline if not
26 * been seen for 10 minutes. 26 * been seen for twice the node interval time plus a few seconds..
27 */ 27 */
28 void nodes_check_online(void); 28 void nodes_check_online(void);
29 29
30 /**
31 * @brief Report status change of nodes so that the client menus are updated.
32 */
33 void status_change(void);
34
30 #endif 35 #endif

mercurial