LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::ldes::engine::CacheState::HeldRequest Struct Reference

A request parked while its item was being fetched. More...

#include <line/solvers/ldes/ldes_cache.h>

Public Attributes

std::size_t cls = 0
 the ACCESS class that read the cache
double hold_time = 0.0
 when it was parked
double t_sys = 0.0
 its system arrival time, for response time

Detailed Description

A request parked while its item was being fetched.

Definition at line 78 of file ldes_cache.h.

Member Data Documentation

◆ cls

std::size_t line::ldes::engine::CacheState::HeldRequest::cls = 0

the ACCESS class that read the cache

Definition at line 79 of file ldes_cache.h.

◆ hold_time

double line::ldes::engine::CacheState::HeldRequest::hold_time = 0.0

when it was parked

Definition at line 80 of file ldes_cache.h.

◆ t_sys

double line::ldes::engine::CacheState::HeldRequest::t_sys = 0.0

its system arrival time, for response time

Definition at line 81 of file ldes_cache.h.


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