11 outgoing_machine_message_queue);
13 void execute(uint64_t pending_signals)
override;
20 motionmaster::MotionMasterMessage::MotionMasterMessage::Status* status);
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
SystemMachine(VirtualDeviceManager &vdm, ctpl::thread_pool &thread_pool, Notifier ¬ifier, mm::core::containers::ThreadSafeQueue< OutgoingMachineMessage > &outgoing_machine_message_queue)
Definition system_machine.cc:10
bool done() override
Check if all of the machine started processes are done (including the Command Workers)
Definition system_machine.cc:143
void abort_client_requests(const std::string &connection_id) override
Abort all of the requests a certain client has issues.
Definition system_machine.cc:137
void execute(uint64_t pending_signals) override
Execute the machine.
Definition system_machine.cc:17
Definition virtual_device_manager.h:16
Thread-safe FIFO queue with optional capacity limit.
Definition thread_safe_queue.h:23