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.
Service.h
Go to the documentation of this file.
1 
6 #ifndef _SERVICE_H
7 #define _SERVICE_H
8 
9 class Service {
10 private:
11  long id_Service;
12  string nom;
13  int immeuble;
14  string type;
15  BLOP icone;
16 };
17 
18 #endif //_SERVICE_H
Definition: Service.h:9