Class Summary |
AbstractTimer |
Helper class to inherit custom WaitTimer s from. |
ConstantTimer |
WaitTimer implementation which provides a constant wait time. |
CumulatedTimer |
WaitTimer implementation which provides wait times in a range between min and max with lower probabilities
for border values and higher probabilities for values close to the average. |
None |
WaitTimer implementation which does not cause wait times. |
RandomTimer |
WaitTimer implementation that provides a wait time uniformly distributed between a min and a max value. |