mpiSequenceMemory
Declaration
mpiSequenceMemory(MPISequence recorder MFWSequence ** memory MFWSequence Data** dataMemory MFWSequence Config** configMemory);
Required Header: stdmpi.h
Change History: Modified in 04.00.
Description
mpiSequenceMemory writes the address of the MFWSequence object corresponding to the specified MPISequence object to the contents of memory, the address of the corresponding MFWSequenceData object to dataMemory, and the address of the corresponding MFWSequenceConfig object to configMemory. These addresses (or addresses calculated from them) can be passed as the src argument to mpiSequenceMemoryGet(...), and also as the dst argument to mpiSequenceMemorySet(...).
Sequence | A handle to the Sequence object. |
---|---|
memory | This address pointer is assigned to the Sequence's memory address unless memory is NULL. |
dataMemory | This address pointer is assigned to the Sequence's data memory address unless dataMemory is NULL. |
configMemory | This address pointer is assigned to the Sequence’s config memory unless configMemory is NULL. |
Return Values |
---|
MPIMessageOK |