16 outgoing_machine_message_queue);
18 void execute(uint64_t pending_signals)
override;
28 std::unique_ptr<Cia402Drive> cia402_drive_;
31 std::optional<IncomingMachineMessage> stop_incoming_machine_message_;
33 std::unique_ptr<FullAutoTuning> full_auto_tuning_;
35 std::future<std::variant<std::tuple<double, double, std::string>,
40 std::map<uint32_t, Axis> axis_map_;
44 motionmaster::MotionMasterMessage::MotionMasterMessage::Status* status);
Definition cia402_drive.h:48
void execute(uint64_t pending_signals) override
Execute the machine.
Definition full_auto_tuning_machine.cc:18
void abort_client_requests(const std::string &connection_id) override
Abort all of the requests a certain client has issues.
Definition full_auto_tuning_machine.cc:440
FullAutoTuningMachine(VirtualDeviceManager &vdm, ctpl::thread_pool &thread_pool, Notifier ¬ifier, mm::core::containers::ThreadSafeQueue< OutgoingMachineMessage > &outgoing_machine_message_queue)
Definition full_auto_tuning_machine.cc:11
bool done() override
Check if all of the machine started processes are done (including the Command Workers)
Definition full_auto_tuning_machine.cc:526
Definition incoming_machine_message.h:5
Machine(VirtualDeviceManager &vdm, ctpl::thread_pool &thread_pool, Notifier ¬ifier, mm::core::containers::ThreadSafeQueue< OutgoingMachineMessage > &outgoing_machine_message_queue)
Definition machine.cc:7
Definition motion_master_error.h:6
Definition virtual_device_manager.h:16
Thread-safe FIFO queue with optional capacity limit.
Definition thread_safe_queue.h:23