Emanuel Kuflik
/
smat_controller
Diff: simulator.h
- Revision:
- 5:e0d8e5e922f1
- Parent:
- 2:f10d6fecb345
diff -r 64c6fc70ddb7 -r e0d8e5e922f1 simulator.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/simulator.h Tue Dec 10 23:39:25 2019 +0000 @@ -0,0 +1,8 @@ +#ifndef _CC_H_ +#define _CC_H_ + +#include "mqtt.h" + +int start_simulation(mqtt* mqtt_singleton); + +#endif \ No newline at end of file