From eaf727ce6ed8b582b9cdbb1a501b785a54c9ee8f Mon Sep 17 00:00:00 2001 From: zhaohe Date: Mon, 23 Oct 2023 18:42:27 +0800 Subject: [PATCH] update --- zmodule_device_manager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/zmodule_device_manager.cpp b/zmodule_device_manager.cpp index fb03799..364523e 100644 --- a/zmodule_device_manager.cpp +++ b/zmodule_device_manager.cpp @@ -80,3 +80,4 @@ int32_t ZModuleDeviceManager::xymotor_move_to(uint16_t id, int32_t x, int32_t y, int32_t ZModuleDeviceManager::xymotor_move_to_zero(uint16_t id) { PROXY_IMPL(ZIXYMotor, xymotor_move_to_zero); } int32_t ZModuleDeviceManager::xymotor_move_to_zero_and_calculated_shift(uint16_t id) { PROXY_IMPL(ZIXYMotor, xymotor_move_to_zero_and_calculated_shift); } int32_t ZModuleDeviceManager::xymotor_read_pos(uint16_t id, int32_t *x, int32_t *y) { PROXY_IMPL(ZIXYMotor, xymotor_read_pos, x, y); } +int32_t ZModuleDeviceManager::xymotor_calculated_pos_by_move_to_zero(uint16_t id) { PROXY_IMPL(ZIXYMotor, xymotor_calculated_pos_by_move_to_zero); }