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

Mirrors MATLAB's [ET, VT] return list. More...

#include <line/api/fj/fj_mg1_respt_moments.h>

Collaboration diagram for line::fj::Mg1ResptMoments< T >:

Public Attributes

ET
 mean response time
VT
 variance of the response time

Detailed Description

template<class T>
struct line::fj::Mg1ResptMoments< T >

Mirrors MATLAB's [ET, VT] return list.

Definition at line 49 of file fj_mg1_respt_moments.h.

Member Data Documentation

◆ ET

template<class T>
T line::fj::Mg1ResptMoments< T >::ET

mean response time

Definition at line 50 of file fj_mg1_respt_moments.h.

Referenced by line::fj::fj_mg1_respt_moments().

◆ VT

template<class T>
T line::fj::Mg1ResptMoments< T >::VT

variance of the response time

Definition at line 51 of file fj_mg1_respt_moments.h.

Referenced by line::fj::fj_mg1_respt_moments().


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