16 const std::shared_ptr<Turbine>& highToLowPressureTurbineUpdated,
17 const std::shared_ptr<Turbine>& highToLowPressureTurbineIdealUpdated);
21 const std::string& getActionMessage()
const;
23 const std::shared_ptr<Turbine>& getHighToLowPressureTurbineUpdated()
const;
25 const std::shared_ptr<Turbine>& getHighToLowPressureTurbineIdealUpdated()
const;
28 std::string actionMessage;
29 std::shared_ptr<Turbine> highToLowPressureTurbineUpdated;
30 std::shared_ptr<Turbine> highToLowPressureTurbineIdealUpdated;