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

One synchronization: an ACTIVE event and the PASSIVE event it drives. More...

#include <line/lang/qn/state_events.h>

Public Attributes

SyncEvent< T > active
SyncEvent< T > passive

Detailed Description

template<class T>
struct line::qn::Sync< T >

One synchronization: an ACTIVE event and the PASSIVE event it drives.

Every transition of the CTMC is one of these. The active half sets the rate; the passive half is where the job lands, weighted by the routing probability. A LOCAL passive half means the active event moves no job out of its node – a phase change, a reneging job leaving the system, a server failing.

Definition at line 3666 of file state_events.h.

Member Data Documentation

◆ active

◆ passive


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