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

Return value of the MAP/MAP/1 family (qsys_mapmap1, qsys_mapph1, qsys_phph1), carrying the same quantities as the MATLAB result struct. More...

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

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

Public Attributes

meanQueueLength
 E[N], number in system.
meanWaitingTime
 E[Wq], time in queue.
meanSojournTime
 E[W] = E[Wq] + E[S].
utilization
 rho = lambda_a / lambda_s
std::vector< T > queueLengthDist
 P(N = n), n = 0, 1, ...

Detailed Description

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

Return value of the MAP/MAP/1 family (qsys_mapmap1, qsys_mapph1, qsys_phph1), carrying the same quantities as the MATLAB result struct.

Definition at line 106 of file qsys_mapmap1.h.

Member Data Documentation

◆ meanQueueLength

template<class T>
T line::qsys::MapMap1Result< T >::meanQueueLength

E[N], number in system.

Definition at line 107 of file qsys_mapmap1.h.

Referenced by line::qsys::qsys_mapg1(), and line::qsys::qsys_mapmap1().

◆ meanSojournTime

template<class T>
T line::qsys::MapMap1Result< T >::meanSojournTime

E[W] = E[Wq] + E[S].

Definition at line 109 of file qsys_mapmap1.h.

Referenced by line::qsys::qsys_mapg1(), and line::qsys::qsys_mapmap1().

◆ meanWaitingTime

template<class T>
T line::qsys::MapMap1Result< T >::meanWaitingTime

E[Wq], time in queue.

Definition at line 108 of file qsys_mapmap1.h.

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

◆ queueLengthDist

template<class T>
std::vector<T> line::qsys::MapMap1Result< T >::queueLengthDist

P(N = n), n = 0, 1, ...

Definition at line 111 of file qsys_mapmap1.h.

Referenced by line::qsys::qsys_mapg1(), and line::qsys::qsys_mapmap1().

◆ utilization

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

rho = lambda_a / lambda_s

Definition at line 110 of file qsys_mapmap1.h.

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


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