The RMP Motion Controller APIs

◆ AddressGet() [2/2]

uint64_t AddressGet ( RSIControllerAddressType  type,
int32_t  objectIndex 
)
Description:
AddressGet returns the host address for a particular MotionController value.
Parameters
typeUse RSIControllerAddressType.
objectIndexA 0-based object index
Returns
(int32_t) The (host) controller memory addr for specified value.
Remarks
This function is also available in RapidSequencer.
Sample Code:
/// address = controller.AddressGet(RSIControllerAddressType.RSIControllerAddressTypeRECORDER_BUFFER_POINTER, 0);
See also
MotionController::MemoryGet