Simutrace 3.2.2
Simulation Tracing Framework
MultiplexerEntry Struct Reference

Entry returned by multiplexer. More...

#include <SimuTraceXTypes.h>

Data Fields

CycleCount cycleCount
 Cycle count taken from the current entry. Only valid if all input streams are temporally ordered.
 
StreamId streamId
 Id of the stream from which the entry originates.
 
uint32_t streamIdx
 Index of the stream in the list of input streams used to create the multiplexer.
 
void * entry
 Pointer to the entry as returned by StGetNextEntry()
 

Detailed Description

A multiplexer returns entries from a set of streams according to a certain rule. If the MxfIndirect flag is specified (required if the streams are not of the same type), the multiplexer outputs this type of entry. It is independent of the types configured for the input streams and in addition provides the index of the stream from which the entry originates.

Remarks
If all input streams are temporally ordered, the output stream will also be temporally ordered.
Since
3.2

The documentation for this struct was generated from the following file:
Karlsruhe Institute of Technology (KIT)
Operating Systems Group

http://simutrace.org
Generated by doxygen 1.8.10
Marc Rittinghaus