Eric Micallef / Mbed OS smat_controller

Dependencies:   MQTT

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers car_controller.h Source File

car_controller.h

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