Emanuel Kuflik / Mbed OS smat_controller

Dependencies:   MQTT

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers simulator.h Source File

simulator.h

00001 #ifndef _CC_H_
00002 #define _CC_H_
00003 
00004 #include "mqtt.h"
00005 
00006 int start_simulation(mqtt* mqtt_singleton);
00007 
00008 #endif