.

mpiCompensatorMemory

Declaration

 
mpiCompensatorMemory (MPICompensator          compensator,
                      MFWCompensator**        memory
                      MFWCompensatorData**    dataMemory
                      MFWCompensatorConfig**  configMemory);
  Required Header: stdmpi.h
Change History: Modified in 04.00.

Description

mpiCompensatorMemory writes the address of the MFWCompensator object corresponding to the specified MPICompensator object to the contents of memory, the address of the corresponding MFWCompensatorData object to dataMemory, and the address of the corresponding MFWCompensatorConfig object to configMemory.

These addresses (or addresses calculated from them) are passed as the src argument to mpiCompensatorMemoryGet(...), and also as the dst argument to mpiCompensatorMemorySet(...).

 
compensator
A handle to an Compensator object.
memory
This address pointer is assigned to the Compensator's memory address unless memory is NULL.
dataMemory
This address pointer is assigned to the Compensator's data memory address unless dataMemory is NULL.
configMemory
This address pointer is assigned to the Compensator's config memory unless configMemory is NULL.

 
Return Values
MPIMessageOK

See Also

mpiCompensatorMemoryGet | mpiCompensatorMemorySet

 

       Legal Notice  |  Tech Email  |  Feedback
      
Copyright ©
2001-2021 Motion Engineering