score
Home
Classes
Namespaces
Files
CreateProcessInExistingSlot.hpp
1
#pragma once
2
#include <score/command/AggregateCommand.hpp>
3
4
namespace
Scenario
5
{
6
namespace
Command
7
{
8
class
CreateProcessInExistingSlot
final :
public
score::AggregateCommand
9
{
10
SCORE_COMMAND_DECL(
11
CommandFactoryName(),
CreateProcessInExistingSlot
,
12
"Create a process in an existing slot"
)
13
};
14
}
15
}
Scenario::Command::CreateProcessInExistingSlot
Definition:
CreateProcessInExistingSlot.hpp:9
score::AggregateCommand
Allows for grouping of multiple commands in a single one.
Definition:
AggregateCommand.hpp:15
Scenario
Main plug-in of score.
Definition:
score-plugin-dataflow/Dataflow/PortItem.hpp:14