16 #ifndef __OMNETPP_SIMTIME_T_H    17 #define __OMNETPP_SIMTIME_T_H    23 #include "simkerneldefs.h"    26 #ifdef USE_DOUBLE_SIMTIME    27 #error USE_DOUBLE_SIMTIME is no longer supported -- use OMNeT++ 4.x if you need it    63 #define SIMTIME_MAX    omnetpp::SimTime::getMaxTime()    73 #define SIMTIME_ZERO   omnetpp::SimTime::ZERO    79 #define SIMTIME_STR(t) ((t).str().c_str())    85 #define SIMTIME_DBL(t) ((t).dbl()) SimTime simtime_t
Represents simulation time. 
Definition: simtime_t.h:36
 
const double const_simtime_t
This type must be used for global variables representing simulation time. 
Definition: simtime_t.h:57
 
int64_t-based, base-10 fixed-point simulation time. 
Definition: simtime.h:66
 
const simtime_t & simtime_t_cref
Constant reference to a simtime_t. 
Definition: simtime_t.h:46
 
Definition: cabstracthistogram.h:21