#include <delayprofile.h>
Inheritance diagram for simthlib::BuDelayProfile:
Public Member Functions | |
BuDelayProfile () | |
virtual | ~BuDelayProfile () |
double | get () const |
double | maxDelay () const |
void | print (std::ostream &os) const |
Static Public Member Functions | |
static double | getMaxDelay () |
Protected Attributes | |
simth::ExponentialMaxLimitRng | exp1 |
simth::UniformRng | uni |
The maximal delay is defined as 10e-6 s.
|
Class constructor. |
|
Virtual class destructor. |
|
Returns a random delay variant with the specified distribution. Implements simthlib::DelayProfile. |
|
Returns the maximal delay of that channel. Is defined as 10e-6 s. |
|
Implements simthlib::DelayProfile. |
|
Printing some information to the specified output stream. Implements simthlib::DelayProfile. |
|
Negative exponential distributed random variable. |
|
Uniform distributed random variable. |