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
62#define SIMTIME_MAX omnetpp::SimTime::getMaxTime()
70#define SIMTIME_ZERO omnetpp::SimTime::ZERO
75#define SIMTIME_STR(t) ((t).str().c_str())
80#define SIMTIME_DBL(t) ((t).dbl())
int64_t-based, base-10 fixed-point simulation time.
Definition simtime.h:67
SimTime simtime_t
Represents simulation time.
Definition simtime_t.h:40
const simtime_t & simtime_t_cref
Constant reference to a simtime_t.
Definition simtime_t.h:48
const double const_simtime_t
This type must be used for global variables representing simulation time.
Definition simtime_t.h:57