![]() |
Simutrace
3.2.2
Simulation Tracing Framework
|
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. | |
Contains all information necessary to register a new regular stream. For dynamic streams see DynamicStreamDescriptor.
| StreamFlags StreamDescriptor::flags |