score-plugin-scenario/Scenario/Commands/Scenario/Properties.hpp
1 #pragma once
2 
3 #include <Scenario/Commands/ScenarioCommandFactory.hpp>
4 #include <Scenario/Process/ScenarioModel.hpp>
5 
6 #include <score/command/PropertyCommand.hpp>
7 
8 namespace Scenario::Command
9 {
10 using ProcessModel = Scenario::ProcessModel;
11 }
12 PROPERTY_COMMAND_T(
13  Scenario::Command, SetScenarioExclusive, ProcessModel::p_exclusive,
14  "Change exclusive mode")
15 SCORE_COMMAND_DECL_T(Scenario::Command::SetScenarioExclusive)
The core hierarchical and temporal process of score.
Definition: ScenarioModel.hpp:37
Main plug-in of score.
Definition: score-plugin-dataflow/Dataflow/PortItem.hpp:14