|
|
@ -668,6 +668,7 @@ int32_t XYRobotCtrlModule::module_set_reg(int32_t param_id, int32_t val) { |
|
|
|
default: |
|
|
|
return err::kmodule_not_find_config_index; |
|
|
|
} |
|
|
|
return 0; |
|
|
|
} |
|
|
|
int32_t XYRobotCtrlModule::module_get_reg(int32_t param_id, int32_t* val) { |
|
|
|
switch (param_id) { |
|
|
@ -713,6 +714,7 @@ int32_t XYRobotCtrlModule::module_get_reg(int32_t param_id, int32_t* val) { |
|
|
|
default: |
|
|
|
return err::kmodule_not_find_config_index; |
|
|
|
} |
|
|
|
return 0; |
|
|
|
} |
|
|
|
#if 0
|
|
|
|
int32_t XYRobotCtrlModule::module_set_state(int32_t state_id, int32_t state_value) { return err::kmodule_not_find_state_index; } |
|
|
|