• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

newmonitor/base/SubEvent.h (r3879/r3878)

Go to the documentation of this file.
00001 #ifndef BASE_SUBEVENT_H
00002 #define BASE_SUBEVENT_H
00003 
00004 #include <stdint.h>
00005 
00006 
00007 namespace base {
00008 
00009 
00021    typedef uint64_t LocalStamp_t;
00022 
00026    typedef double GlobalTime_t;
00027 
00028 
00034    class SubEvent {
00035       public:
00036          SubEvent() {}
00037 
00038          virtual ~SubEvent() {}
00039 
00040          virtual void Reset() {}
00041 
00042    };
00043 
00044 }
00045 
00046 
00047 
00048 #endif

Generated on Thu Dec 13 2012 04:52:22 for ROCsoft by  doxygen 1.7.1