Simutrace 3.2.2
Simulation Tracing Framework
SimuTraceXTypes.h File Reference
#include "SimuTraceTypes.h"

Data Structures

struct  MultiplexerEntry
 Entry returned by multiplexer. More...
 

Enumerations

enum  MultiplexingRule
 Describes the logic for choosing the next entry in a multiplexer. More...
 
enum  MultiplexerFlags
 Basic multiplexer flags. More...
 

Enumeration Type Documentation

A stream multiplexer chooses the next entry from a set of input streams. The rule used in the selection process is defined with the multiplexing rule.

Since
3.2
Enumerator
MxrRoundRobin 

Entries are selected from the input streams in a round robin fashion.

MxrCycleCount 

The multiplexer selects the entry with the smallest next cycle count. For this rule, all input streams must be temporally ordered.

Flags for the customization of stream multiplexers.

Since
3.2
Enumerator
MxfNone 

No special configuration.

MxfIndirect 

The multiplexer will output entries of type MultiplexerEntry. This flag is required if the input streams have different types.

Karlsruhe Institute of Technology (KIT)
Operating Systems Group

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