Smart Urban Manager
SUM (Smart Urban Manager) is a smart street project that aims to develop a huge data hub and communications center for all kind of street maintenance that will facilitate new innovation across the industry leading to cost reductions and new revenue opportunities.
secours.h
Go to the documentation of this file.
1 
6 #ifndef _SECOURS_H
7 #define _SECOURS_H
8 
9 class secours {
10 private:
11  string type_aide;
12  Truck trucks;
13  Alerte alerte;
14 };
15 
16 #endif //_SECOURS_H
Definition: Alerte.h:9
Definition: secours.h:9
Definition: Truck.h:9