9 moodycamel::ReaderWriterQueue<OutgoingMachineMessage>
10 &outgoing_machine_message_queue);
12 void execute(uint64_t pending_signals)
override;
19 motionmaster::MotionMasterMessage::MotionMasterMessage::Status *status);
Definition: incoming_machine_message.h:5
Definition: notifier.h:10
Definition: system_machine.h:5
bool done() override
Check if all of the machine started processes are done (including the Command Workers)
Definition: system_machine.cc:67
void abort_client_requests(const std::string &connection_id) override
Abort all of the requests a certain client has issues.
Definition: system_machine.cc:61
void execute(uint64_t pending_signals) override
Execute the machine.
Definition: system_machine.cc:17
Definition: virtual_device_manager.h:16