Simutrace 3.2.2
Simulation Tracing Framework
SimuTraceTypes.h File Reference
#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...
 

Typedef Documentation

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().

Since
3.2
See also
StStreamRegisterDynamic()
StMakeStreamDescriptorDynamic()
StMakeStreamDescriptorDynamicFromType()
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.

Remarks
Do not access the members of a stream handle directly. Instead assume it to be opaque and use the stream API to work with streams and entries.
Since
3.0
See also
StStreamAppend()
StStreamOpen()
StStreamClose()
StGetNextEntryFast()
StGetPreviousEntryFast()
StWriteVariableData()
StReadVariableData()
Karlsruhe Institute of Technology (KIT)
Operating Systems Group

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