12 ctpl::thread_pool &thread_pool,
Notifier ¬ifier,
13 moodycamel::ReaderWriterQueue<OutgoingMachineMessage>
14 &outgoing_machine_message_queue);
16 void execute(uint64_t pending_signals)
override;
26 std::unique_ptr<Cia402Drive> cia402_drive_;
29 std::optional<IncomingMachineMessage> stop_incoming_machine_message_;
31 std::unique_ptr<FullAutoTuning> full_auto_tuning_;
33 std::future<std::variant<std::tuple<double, double, std::string>,
38 std::map<uint32_t, Axis> axis_map_;
42 motionmaster::MotionMasterMessage::MotionMasterMessage::Status *status);
Definition: cia402_drive.h:48
Definition: full_auto_tuning_machine.h:9
void execute(uint64_t pending_signals) override
Execute the machine.
Definition: full_auto_tuning_machine.cc:17
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:439
bool done() override
Check if all of the machine started processes are done (including the Command Workers)
Definition: full_auto_tuning_machine.cc:525
Definition: incoming_machine_message.h:5
Definition: motion_master_error.h:6
Definition: notifier.h:10
Definition: virtual_device_manager.h:16