Loading...
Searching...
No Matches
CreateStateMacro.hpp
1#pragma once
2#include <Scenario/Commands/ScenarioCommandFactory.hpp>
3
4#include <score/command/AggregateCommand.hpp>
5
6namespace Scenario
7{
8namespace Command
9{
18{
19 SCORE_COMMAND_DECL(CommandFactoryName(), CreateStateMacro, "Drop a state")
20public:
21};
22
30{
31 SCORE_COMMAND_DECL(CommandFactoryName(), CreateDot, "Create a dot")
32public:
33};
34}
35}
The CreateDot class.
Definition CreateStateMacro.hpp:30
The CreateStateMacro class.
Definition CreateStateMacro.hpp:18
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