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

/home/pauldt/projects/IDEA/IDEA-ALL/IDEA-DEV/Core/Simulator/Includes/SimTSHandler.hh

Go to the documentation of this file.
00001 // -*- Mode: c++ -*-
00002 //     File: $Source: /home/cvs/ISG-Repository/IDEA-DEV/Core/Simulator/Includes/SimTSHandler.hh,v $
00003 //      Tag: $Name: DR_01_11_06 $
00004 //      CVS: $Id: SimTSHandler.hh,v 1.2 2005/07/11 18:36:12 rijsman Exp 
00005 //     Info: $CVSROOT/IDEA-DEV/COPYRIGHT
00006 #ifndef SIMULATOR_TIMING_SERVICE_HANDLER_HEADER
00007 #define SIMULATOR_TIMING_SERVICE_HANDLER_HEADER
00008 
00009 #include "TimeEventHandler.hh"
00010 
00011 namespace IDEA
00012 {
00013   class Simulator;
00021   class SimulatorTimingServiceHandler:
00022     public TimeEventHandler
00023   {
00024   public:
00028     SimulatorTimingServiceHandler( Simulator* simulator );
00032     void handleWakeupCall( const Time& time );
00033   private:
00034     Simulator* m_Simulator;
00035   };
00036 }
00037 
00038 #endif //SIMULATOR_TIMING_SERVICE_HANDLER_HEADER
00039 

Contact information
© IDEA
Generated on Fri Feb 3 17:09:41 2006 for IDEA.