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

Return value of mtrace_merge, mirroring [T, L]. More...

#include <line/api/trace/mtrace_merge.h>

Collaboration diagram for line::trace::MtraceMergeResult< T >:

Public Attributes

std::vector< T > times
 inter-arrival times of the merged process
std::vector< int > labels
 1 for the first stream, 2 for the second

Detailed Description

template<class T>
struct line::trace::MtraceMergeResult< T >

Return value of mtrace_merge, mirroring [T, L].

Definition at line 40 of file mtrace_merge.h.

Member Data Documentation

◆ labels

template<class T>
std::vector<int> line::trace::MtraceMergeResult< T >::labels

1 for the first stream, 2 for the second

Definition at line 42 of file mtrace_merge.h.

Referenced by line::trace::mtrace_merge().

◆ times

template<class T>
std::vector<T> line::trace::MtraceMergeResult< T >::times

inter-arrival times of the merged process

Definition at line 41 of file mtrace_merge.h.

Referenced by line::trace::mtrace_merge().


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