![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
What the AoI gate found, when it matches. More...
#include <line/solvers/fluid/fluid_aoi.h>
Public Attributes | |
| bool | ok = false |
| std::string | error |
| std::size_t | source = 0 |
| 0-based station index | |
| std::size_t | queue = 0 |
| std::size_t | cls = 0 |
| the single open class | |
| double | capacity = 0.0 |
| 1 = bufferless, 2 = single buffer | |
| lang::SchedStrategy | sched = lang::SchedStrategy::FCFS |
What the AoI gate found, when it matches.
Definition at line 84 of file fluid_aoi.h.
| double line::fluid::AoiTopology::capacity = 0.0 |
1 = bufferless, 2 = single buffer
Definition at line 90 of file fluid_aoi.h.
Referenced by line::fluid::aoi_extract_params(), line::fluid::aoi_is_aoi(), and line::fluid::fluid_aoi().
| std::size_t line::fluid::AoiTopology::cls = 0 |
the single open class
Definition at line 89 of file fluid_aoi.h.
Referenced by line::fluid::aoi_extract_params(), line::fluid::aoi_is_aoi(), and line::fluid::fluid_aoi().
| std::string line::fluid::AoiTopology::error |
Definition at line 86 of file fluid_aoi.h.
Referenced by line::fluid::aoi_is_aoi(), and line::fluid::fluid_aoi().
| bool line::fluid::AoiTopology::ok = false |
Definition at line 85 of file fluid_aoi.h.
Referenced by line::fluid::aoi_is_aoi(), and line::fluid::fluid_aoi().
| std::size_t line::fluid::AoiTopology::queue = 0 |
Definition at line 88 of file fluid_aoi.h.
Referenced by line::fluid::aoi_extract_params(), and line::fluid::aoi_is_aoi().
| lang::SchedStrategy line::fluid::AoiTopology::sched = lang::SchedStrategy::FCFS |
Definition at line 91 of file fluid_aoi.h.
Referenced by line::fluid::aoi_extract_params(), and line::fluid::aoi_is_aoi().
| std::size_t line::fluid::AoiTopology::source = 0 |
0-based station index
Definition at line 87 of file fluid_aoi.h.
Referenced by line::fluid::aoi_extract_params(), and line::fluid::aoi_is_aoi().