MPI 04.00 Reference >> mpiPlatform
mpiPlatformMemoryToHost
Declaration
long mpiPlatformMemoryToHost(MPIPlatform platform, const void *firmware, void **host)
Required Header: stdmpi.h
Change History: Modified in the 03.03.00.
Description
mpiPlatformMemoryToHost coverts a controller memory address to a host memory address.
| platform | the handle to the controller's platform object. This should be obtained from mpiControlPlatform(...). |
|---|---|
| *firmware | the controller memory address to be converted. |
| **host | the location where the host memory address will be written. |
| Returns |
|---|
| MPIMessageOK |
| MPIMessageARG_INVALID |
| MPIMessageUNSUPPORTED |
