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.
Victim.h
Go to the documentation of this file.
1 
6 #ifndef _VICTIM_H
7 #define _VICTIM_H
8 
9 class Victim {
10 private:
11  string cause;
12  string type;
13 };
14 
15 #endif //_VICTIM_H
Definition: Victim.h:9