#include <pydtn/UniformTimeDist.h>


Public Member Functions | |
| UniformTimeDist (const Time &period) | |
| Constructor. | |
| virtual | ~UniformTimeDist () |
| Virtual destructor. | |
| Time | operator() (const Time &t) |
| Functional operator. | |
The new time is always a fixed period from the previous.
Definition at line 43 of file UniformTimeDist.h.
| UniformTimeDist::UniformTimeDist | ( | const Time & | period | ) |
Constructor.
| period | The time between elements of the distribution |
Definition at line 33 of file UniformTimeDist.cc.
Functional operator.
| t | The last time generated in the distribution |
Implements TimeDistribution.
Definition at line 39 of file UniformTimeDist.cc.
1.5.4