Loading...
Searching...
No Matches
CreateProcessInNewSlot.hpp
1#pragma once
2#include <Process/ProcessFactory.hpp>
3
4#include <Scenario/Commands/ScenarioCommandFactory.hpp>
5
6#include <score/command/AggregateCommand.hpp>
7
8namespace Scenario
9{
10namespace Command
11{
13{
14 SCORE_COMMAND_DECL(
15 CommandFactoryName(), AddProcessInNewSlot, "Create a process in a new slot")
16};
17
19{
20 SCORE_COMMAND_DECL(CommandFactoryName(), DuplicateProcess, "Duplicate a process")
21};
22}
23}
Definition CreateProcessInNewSlot.hpp:13
Definition CreateProcessInNewSlot.hpp:19
Allows for grouping of multiple commands in a single one.
Definition AggregateCommand.hpp:15
Main plug-in of score.
Definition score-plugin-dataflow/Dataflow/PortItem.hpp:13