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