Loading...
Searching...
No Matches
ReplaceAddresses.hpp
1#pragma once
2
3#include <Scenario/Commands/ScenarioCommandFactory.hpp>
4
5#include <score/command/AggregateCommand.hpp>
6namespace Scenario
7{
8namespace Command
9{
10
12{
13 SCORE_COMMAND_DECL(CommandFactoryName(), ReplaceAddresses, "Replace addresses");
14};
15}
16}
Definition ReplaceAddresses.hpp:12
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