17#ifndef DAISI_CPPS_LOGICAL_ALGORITHMS_ASSIGNMENT_CENTRALIZED_PARTICIPANT_H_
18#define DAISI_CPPS_LOGICAL_ALGORITHMS_ASSIGNMENT_CENTRALIZED_PARTICIPANT_H_
20#include "assignment_participant.h"
21#include "cpps/common/cpps_communicator.h"
22#include "cpps/logical/task_management/simple_task_management.h"
31 std::shared_ptr<SimpleTaskManagement> task_management);
42 std::shared_ptr<SimpleTaskManagement> task_management_;
Notification by a central initiator that a task has been assigned to the receiving participant.
Definition assignment_notification.h:31
Algorithm for assigning tasks from a material flow to fitting AMRs. This algorithm is participating i...
Definition assignment_participant.h:31
Participant of a centralized task assignment strategy. Since the task assignment strategy is defined ...
Definition centralized_participant.h:28
might need some revision / additions in the future
Definition status_update_request.h:30
Modified Round Robin Algorithm that centrally assigns tasks of incoming material flows to the corresp...
Definition algorithm_config.h:22