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

[meanAoI, lstAoI, peakAoI], mirroring jline.api.aoi.AoiLstResult. More...

#include <line/api/aoi/aoi_types.h>

Collaboration diagram for line::aoi::AoiLstResult< T >:

Public Attributes

meanAoI
peakAoI
Lst< T > lstAoI
bool has_lst

Detailed Description

template<class T>
struct line::aoi::AoiLstResult< T >

[meanAoI, lstAoI, peakAoI], mirroring jline.api.aoi.AoiLstResult.

has_lst is false for the LCFS-D and LCFS-S disciplines, where MATLAB returns [] because the transform has no tractable closed form.

Definition at line 58 of file aoi_types.h.

Member Data Documentation

◆ has_lst

template<class T>
bool line::aoi::AoiLstResult< T >::has_lst

Definition at line 62 of file aoi_types.h.

◆ lstAoI

template<class T>
Lst<T> line::aoi::AoiLstResult< T >::lstAoI

Definition at line 61 of file aoi_types.h.

◆ meanAoI

template<class T>
T line::aoi::AoiLstResult< T >::meanAoI

Definition at line 59 of file aoi_types.h.

◆ peakAoI

template<class T>
T line::aoi::AoiLstResult< T >::peakAoI

Definition at line 60 of file aoi_types.h.


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