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

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

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

Public Attributes

std::vector< T > W
 per-class mean response time, class 1 first
rhohat
 Q/(1+Q) with Q = sum_k lambda_k W_k.

Detailed Description

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

Definition at line 44 of file qsys_mg1_prio.h.

Member Data Documentation

◆ rhohat

template<class T>
T line::qsys::Mg1PrioResult< T >::rhohat

Q/(1+Q) with Q = sum_k lambda_k W_k.

Definition at line 46 of file qsys_mg1_prio.h.

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

◆ W

template<class T>
std::vector<T> line::qsys::Mg1PrioResult< T >::W

per-class mean response time, class 1 first

Definition at line 45 of file qsys_mg1_prio.h.

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


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