2#include <Scenario/Document/Components/ScenarioComponent.hpp>
6#include <RemoteControl/Websockets/Scenario/Event.hpp>
7#include <RemoteControl/Websockets/Scenario/Interval.hpp>
8#include <RemoteControl/Websockets/Scenario/State.hpp>
9#include <RemoteControl/Websockets/Scenario/Sync.hpp>
11namespace RemoteControl::WS
15 COMPONENT_METADATA(
"fce752e0-e37a-4b71-bc2a-65366ec87152")
21 template <
typename Component_T,
typename Element>
22 Component_T* make(Element& elt)
24 return new Component_T{elt, system(),
this};
27 template <
typename... Args>
28 bool removing(Args&&...)
32 template <
typename... Args>
33 void removed(Args&&...)
Definition Scenario/Document/Components/ScenarioComponent.hpp:198
Definition plugins/score-plugin-remotecontrol/RemoteControl/Websockets/DocumentPlugin.hpp:125
Definition Interval.hpp:44
Definition score-plugin-remotecontrol/RemoteControl/Websockets/Scenario/Process.hpp:47
Definition Scenario.hpp:14
The core hierarchical and temporal process of score.
Definition ScenarioModel.hpp:37
Utilities for OSSIA data structures.
Definition DeviceInterface.hpp:33