Simutrace 3.1.4
Simulation Tracing Framework
Deprecated List
globalScope> Global StSessionCreateStore (SessionId session, const char *specifier, _bool alwaysCreate)
Before 3.1: If alwaysCreate was set to _false and the store already existed, this method was used to open a store. The method now fails in this scenario. Use StSessionOpenStore() instead.
globalScope> Global StStreamOpen (SessionId session, StreamId stream, QueryIndexType type, uint64_t value, StreamAccessFlags flags, StreamHandle handle)
Before 3.1: If successful, the handle will NOT point to the exact entry requested by the <type, value>-pair. The method only guarantees that the requested entry is in the data delivered by the server for this request. To find the desired entry, use StGetNextEntryFast() on the returned handle and scan over the entries manually.
globalScope> Global StWriteVariableData (StreamHandle *handlePtr, byte *sourceBuffer, size_t sourceLength, uint64_t *referenceOut)
Before 3.1: The parameter referenceOut must not be NULL.
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