automotive-message-broker  0.12
 All Classes Functions Variables Typedefs Enumerations Enumerator Pages
timestamp.h
1 #ifndef _TIMESTAMP_H___
2 #define _TIMESTAMP_H___
3 
4 
5 namespace amb {
6 
7 double currentTime();
8 
9 }
10 
11 #endif