Simutrace 3.0
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()
StWriteVariableData()
StReadVariableData()
Karlsruhe Institute of Technology (KIT)
System Architecture Group

http://simutrace.org
Generated on Thu Aug 14 2014 23:46:06 for Simutrace by doxygen 1.8.6
Marc Rittinghaus