MultiAgentDecisionProcess  Release 0.2.1
TimeTools.h
Go to the documentation of this file.
1 
29 #ifndef TIMETOOLS_INC
30 #define TIMETOOLS_INC
31 
32 #include <sys/time.h>
33 #include <time.h>
34 
35 namespace TimeTools{
37 
39  double GetDeltaTimeDouble(timeval start_time, timeval cur_time);
40 
41 }
42 
43 #endif /* ----- #ifndef TIMETOOLS_INC ----- */
44