SnapshotParameters.hpp
1 #pragma once
2 
3 namespace score
4 {
5 struct DocumentContext;
6 }
7 namespace Scenario
8 {
9 void SnapshotParametersInStates(const score::DocumentContext& doc);
10 }
Main plug-in of score.
Definition: score-plugin-dataflow/Dataflow/PortItem.hpp:14
Base toolkit upon which the software is built.
Definition: Application.cpp:90
Definition: DocumentContext.hpp:18