bmsd/mysql.h

branch
stable
changeset 665
4d01937ae7af
parent 579
1253a237b620
child 680
0bb48333d133
equal deleted inserted replaced
521:9d1aa6f3a4da 665:4d01937ae7af
39 39
40 void co2meter_mysql_insert(sys_co2meter_list *co2meter); 40 void co2meter_mysql_insert(sys_co2meter_list *co2meter);
41 void co2meter_mysql_update(sys_co2meter_list *co2meter); 41 void co2meter_mysql_update(sys_co2meter_list *co2meter);
42 void co2meter_mysql_death(char *node, char *alias); 42 void co2meter_mysql_death(char *node, char *alias);
43 43
44 void ispindel_mysql_insert(sys_ispindel_list *ispindel);
45 void ispindel_mysql_update(sys_ispindel_list *ispindel);
46 void ispindel_mysql_death(char *alias);
47
48 /**
49 * @brief Check state changes in the database for all iSpindels and
50 * update the internal memory array. Called every 5 seconds from
51 * the main server thread.
52 */
53 void ispindel_mysql_check(void);
54
44 55
45 #endif 56 #endif

mercurial