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.
Sewer.h
Go to the documentation of this file.
1 
6 #ifndef _SEWER_H
7 #define _SEWER_H
8 
9 class Sewer {
10 protected:
11  long id_Sewer;
12 private:
13  date last_fix;
14  bool state;
15  bool open;
16  float level;
17 };
18 
19 #endif //_SEWER_H
long id_Sewer
Definition: Sewer.h:11
Definition: Sewer.h:9