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

#include <line/solvers/ln/solver_ln.h>

Collaboration diagram for line::ln::LnSensTable< T >::Row:

Public Attributes

std::string layer
std::string station
std::string jobclass
dTput
dRespT
dQLen
dUtil

Detailed Description

template<class T>
struct line::ln::LnSensTable< T >::Row

Definition at line 415 of file solver_ln.h.

Member Data Documentation

◆ dQLen

template<class T>
T line::ln::LnSensTable< T >::Row::dQLen

Definition at line 417 of file solver_ln.h.

◆ dRespT

template<class T>
T line::ln::LnSensTable< T >::Row::dRespT

Definition at line 417 of file solver_ln.h.

◆ dTput

template<class T>
T line::ln::LnSensTable< T >::Row::dTput

Definition at line 417 of file solver_ln.h.

◆ dUtil

template<class T>
T line::ln::LnSensTable< T >::Row::dUtil

Definition at line 417 of file solver_ln.h.

◆ jobclass

template<class T>
std::string line::ln::LnSensTable< T >::Row::jobclass

Definition at line 416 of file solver_ln.h.

◆ layer

template<class T>
std::string line::ln::LnSensTable< T >::Row::layer

Definition at line 416 of file solver_ln.h.

◆ station

template<class T>
std::string line::ln::LnSensTable< T >::Row::station

Definition at line 416 of file solver_ln.h.


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