thermferm/simulator.h

changeset 714
24749c296a50
parent 259
b7c967359771
child 715
f5d85af156ab
equal deleted inserted replaced
713:ea24b4ce02b1 714:24749c296a50
1 #ifndef SIMULATOR_H 1 #ifndef SIMULATOR_H
2 #define SIMULATOR_H 2 #define SIMULATOR_H
3 3
4 #ifdef USE_SIMULATOR 4 #ifdef USE_SIMULATOR
5 5
6 char *simulator_json(simulator_list *simulator);
7 void simulator_ws(void);
6 8
7 #ifdef HAVE_WIRINGPI_H
8 PI_THREAD (my_simulator_loop);
9 #else
10 void *my_simulator_loop(void *); 9 void *my_simulator_loop(void *);
11 #endif
12 10
13 #endif 11 #endif
14 12
15 #endif 13 #endif

mercurial