![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The three JMT section class names of a node: input, server, output. More...
#include <line/io/jmt_writer.h>
Public Attributes | |
| std::string | input |
| std::string | server |
| std::string | output |
The three JMT section class names of a node: input, server, output.
An empty entry is a section the node does not have – only a Sink, whose getSections returns {'', JobSink, ''}. The names are LINE's section class names; jmt_write_jsim overwrites the ones JMT spells differently, exactly where the reference does.
Definition at line 160 of file jmt_writer.h.
| std::string line::io::JmtSections< T >::input |
Definition at line 161 of file jmt_writer.h.
Referenced by line::io::jmt_sections().
| std::string line::io::JmtSections< T >::output |
Definition at line 161 of file jmt_writer.h.
Referenced by line::io::jmt_sections().
| std::string line::io::JmtSections< T >::server |
Definition at line 161 of file jmt_writer.h.
Referenced by line::io::jmt_metric_enabled(), and line::io::jmt_sections().