CARMA C++
types.h
Go to the documentation of this file.
1 
2 // $Id: types.h,v 1.2 2009/07/24 16:25:39 abeard Exp $
3 
18 #ifndef CARMA_UTIL_TYPES_H
19 #define CARMA_UTIL_TYPES_H
20 
21 namespace carma {
22  namespace util {
23 
29  typedef unsigned int frameType ;
30 
35  typedef long int frameDiffType;
36 
37  }
38 }
39 
40 #endif //CARMA_UTIL_TYPES_H
unsigned int frameType
Half second frames since Jan 1, 2000.
Definition: types.h:29
long int frameDiffType
Signed type for calculating frame differences.
Definition: types.h:35