Loading...
Searching...
No Matches
AddStateWithData.hpp
1#pragma once
2#include <Scenario/Commands/ScenarioCommandFactory.hpp>
3
4#include <score/command/AggregateCommand.hpp>
5
6namespace Scenario
7{
8namespace Command
9{
11{
12 SCORE_COMMAND_DECL(
13 CommandFactoryName(), AddStateWithData, "Drop a new state in an event")
14};
15}
16}
Definition AddStateWithData.hpp:11
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