CreateProcessInExistingSlot.hpp
1 #pragma once
2 #include <score/command/AggregateCommand.hpp>
3 
4 namespace Scenario
5 {
6 namespace Command
7 {
9 {
10  SCORE_COMMAND_DECL(
11  CommandFactoryName(), CreateProcessInExistingSlot,
12  "Create a process in an existing slot")
13 };
14 }
15 }
Definition: CreateProcessInExistingSlot.hpp:9
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:14