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.
Billboards.h
Go to the documentation of this file.
1 
6 #ifndef _BILLBOARDS_H
7 #define _BILLBOARDS_H
8 
9 class Billboards {
10 protected:
11  void id_Bill;
12 private:
13  bool state;
14  date & time last_Fix;
15  string message;
16 };
17 
18 #endif //_BILLBOARDS_H
Definition: Billboards.h:9
void id_Bill
Definition: Billboards.h:11