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.
Infraction.h
Go to the documentation of this file.
1 
6 #ifndef _INFRACTION_H
7 #define _INFRACTION_H
8 
9 class Infraction {
10 protected:
11  string matricule;
12  string permis;
13 private:
14  string type;
15  float amende;
16 };
17 
18 #endif //_INFRACTION_H
string permis
Definition: Infraction.h:12
string matricule
Definition: Infraction.h:11
Definition: Infraction.h:9