![]() |
Simutrace
3.2.2
Simulation Tracing Framework
|
#include "SimuStorTypes.h"Data Structures | |
| struct | ExceptionInformation |
| Extended exception information. More... | |
| struct | DynamicStreamOperations |
| Describes the handler functions for a dynamic stream. More... | |
| struct | DynamicStreamDescriptor |
Typedefs | |
| typedef struct _DynamicStreamDescriptor | DynamicStreamDescriptor |
| Describes a dynamic stream. More... | |
| typedef StreamStateDescriptor * | StreamHandle |
| Handle to a stream. More... | |
A dynamic stream extends on a standard (i.e., static) stream in that its entries are generated on-demand by user-defined handlers. This descriptor defines all properties and handlers for a dynamic stream and can be used for registration with StStreamRegisterDynamic().
| typedef StreamStateDescriptor* StreamHandle |
Represents a handle to a stream which can be passed to routines of the stream API to read or write entries. A handle may either be for read or write access only.