SimTime.cpp

Go to the documentation of this file.
00001 #include "SimTime.h"
00002 
00003 #define  MS_PER_TIC    1.0e-3
00004 #define  TICS_PER_MS   1.0e3
00005 #define  SEC_PER_TIC   1.0e-6
00006 #define  TICS_PER_SEC  1.0e6
00007 #define  TICS_PER_STEP 100
00008 
00009 const double Time::_sec_per_tic  = SEC_PER_TIC;
00010 const double Time::_tics_per_sec = TICS_PER_SEC;
00011 const double Time::_ms_per_tic   = MS_PER_TIC;
00012 const double Time::_tics_per_ms  = TICS_PER_MS;
00013 

Generated on Wed Jul 9 16:34:39 2008 for PCSIM by  doxygen 1.5.5