![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
#include <line/api/qsys/qsys_mm1k_loss.h>
Public Attributes | |
| T | lossProbability |
| T | utilization |
| rho = lambda/mu, the offered load (not the carried one) | |
Definition at line 36 of file qsys_mm1k_loss.h.
| T line::qsys::Mm1kLossResult< T >::lossProbability |
Definition at line 37 of file qsys_mm1k_loss.h.
Referenced by line::qsys::qsys_mm1k_loss().
| T line::qsys::Mm1kLossResult< T >::utilization |
rho = lambda/mu, the offered load (not the carried one)
Definition at line 38 of file qsys_mm1k_loss.h.
Referenced by line::qsys::qsys_mm1k_loss().