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.
Camera.h
Go to the documentation of this file.
1 
6 #ifndef _CAMERA_H
7 #define _CAMERA_H
8 
9 class Camera {
10 protected:
11  long id_Camera;
12 private:
13  bool state;
14  date last_modif;
15  string nbr_immeuble;
16 };
17 
18 #endif //_CAMERA_H
Definition: Camera.h:9
long id_Camera
Definition: Camera.h:11