13 uint32_t velocity, uint32_t acceleration,
14 uint32_t torque, uint32_t torque_speed);
57 uint32_t acceleration_;
59 uint32_t torque_speed_;
Definition: cia402_drive.h:48
Definition: device_procedure.h:5
Definition: motion_master_error.h:6
Definition: open_loop_field_control.h:10
MotionMasterError start() override
Start the open loop field control.
Definition: open_loop_field_control.cc:173
MotionMasterError get_result() override
After the procedure is done, return the result.
Definition: open_loop_field_control.cc:193
bool is_done() override
Once the open loop field control procedure was started, this function is used to check if the procedu...
Definition: open_loop_field_control.cc:179
MotionMasterError init() override
Initialize open loop field control.
Definition: open_loop_field_control.cc:29
MotionMasterError deinit() override
Deinitialize open loop field control.
Definition: open_loop_field_control.cc:195