#include <SimTime.h>

Public Member Functions | |
| SimTime () | |
| Default constructor (set the simulation time to real time). | |
| SimTime (long int s, long int u) | |
| SimTime (Decimal t) | |
| Decimal constructor. | |
| SimTime (const SimTime &t) | |
| copy constructor | |
| SimTime (const Time &t) | |
| Time constructor. | |
| SimTime (stringstream &ss) | |
| string constructor | |
| void | setSimulatedTime (Time t) |
| Sets the time of the simulation. | |
| void | setRealTime () |
| Sets the time of the simulation as the . | |
1.5.6