mpiAxisMemory

Declaration

      mpiAxisMemory(MPIAxis          axis,
                    MFWAxis**        memory,
                    MFWAxisData**    dataMemory
                    MFWAxisConfig**  configMemory);

Required Header: firmware.h

Change History: Modified in 04.00.

Description

mpiAxisMemory writes the address of the MFWAxis object corresponding to the specified MPIAxis object to the contents of memory, the address of the corresponding MFWAxisData object to dataMemory, and the address of the corresponding MFWAxisConfig object to configMemory. These addresses (or addresses calculated from them) can be passed as the src argument to mpiAxisMemoryGet(...), and also as the dst argument to mpiAxisMemorySet(...).

axis A handle to the Axis object.
memory This address pointer is assigned to the Axis's memory address unless memory is NULL.
dataMemory This address pointer is assigned to the Axis's data memory address unless dataMemory is NULL.
configMemory This address pointer is assigned to the Axis’s config memory unless configMemory is NULL.
Return Values
MPIMessageOK

See Also

mpiAxisMemoryGet | mpiAxisMemorySet