CrowdSenSim  1.0
ClockManagement.h
Go to the documentation of this file.
1 /*
2  * ClockManagement.h
3 
4  *
5  * Created on: 30 giu 2016
6  * Author: Giuseppe Cacciatore
7  */
8 
9 #ifndef CLOCK_MANAGEMENT_H_
10 #define CLOCK_MANAGEMENT_H_
11 
12 #include <time.h>
13 
23 tm controlTime(tm ref_time_tm_, int minutes_trav_);
24 
25 
26 
27 
28 #endif /* CLOCK_MANAGEMENT_H_ */
tm controlTime(tm ref_time_tm_, int minutes_trav_)
Definition: ClockManagement.cc:13