Simutrace 3.1.4
Simulation Tracing Framework
SimuTraceTypes.h File Reference
#include "SimuStorTypes.h"

Data Structures

struct  ExceptionInformation
 Extended exception information. More...
 

Typedefs

typedef StreamStateDescriptor * StreamHandle
 Handle to a stream. More...
 

Typedef Documentation

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 on Mon May 4 2015 20:03:45 for Simutrace by doxygen 1.8.9.1
Marc Rittinghaus