Simutrace 3.2.2
Simulation Tracing Framework
StreamDescriptor Struct Reference

Describes a stream. More...

#include <SimuStorTypes.h>

Data Fields

char name [MAX_STREAM_NAME_LENGTH]
 Friendly name of the stream.
 
StreamFlags flags
 Stream flags. More...
 
uint32_t reserved1
 Reserved. Set to 0.
 
StreamTypeDescriptor type
 Type of the stream.
 

Detailed Description

Contains all information necessary to register a new regular stream. For dynamic streams see DynamicStreamDescriptor.

Deprecated:
Before 3.2: The hidden field was the only possible flag. The field has been replaced to add further flags.
Since
3.0

Field Documentation

StreamFlags StreamDescriptor::flags
Remarks
Replaces solitary hidden flag in a binary compatible way.
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