Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

WallClockInt.H

Go to the documentation of this file.
00001 #ifndef __WALLCLOCKINT_H__
00002 #define __WALLCLOCKINT_H__
00003 
00004 #define OUTSIDE_GLUE_CORE
00005 
00006 #include <fsa/fsa.H>
00007 #include <dev/wall_clock.H>
00008 
00009 class WallClockInt : public Interactor<WallClockInt>
00010 {
00011 protected:
00012   static double _wall_clock_time;
00013   static double _wall_clock_time_delta;
00014 public:
00015   WallClockInt();
00016   virtual ~WallClockInt();
00017   void clock_update( cEVENTWallClockmsgptr &e, STATE *& ); 
00018   
00019   static double time()         { return _wall_clock_time; }
00020   static double time_delta()   { return _wall_clock_time_delta; }
00021 };
00022 
00023 
00024 #endif 

Generated on Mon Sep 15 16:27:56 2003 for inspace by doxygen1.2.18