LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::qsys::Mg1kLossResult< T > Struct Template Reference

#include <line/api/qsys/qsys_mg1k_loss.h>

Collaboration diagram for line::qsys::Mg1kLossResult< T >:

Public Attributes

lossProbability
utilization
 rho = lambda/mu with mu the reciprocal mean service time

Detailed Description

template<class T>
struct line::qsys::Mg1kLossResult< T >

Definition at line 61 of file qsys_mg1k_loss.h.

Member Data Documentation

◆ lossProbability

template<class T>
T line::qsys::Mg1kLossResult< T >::lossProbability

Definition at line 62 of file qsys_mg1k_loss.h.

Referenced by line::qsys::qsys_mg1k_loss().

◆ utilization

template<class T>
T line::qsys::Mg1kLossResult< T >::utilization

rho = lambda/mu with mu the reciprocal mean service time

Definition at line 63 of file qsys_mg1k_loss.h.

Referenced by line::qsys::qsys_mg1k_loss().


The documentation for this struct was generated from the following file: