15 const std::shared_ptr<Turbine>& highToLowPressureTurbineUpdated,
16 const std::shared_ptr<Turbine>& highToLowPressureTurbineIdealUpdated);
20 const std::string& getActionMessage()
const;
22 const std::shared_ptr<Turbine>& getHighToLowPressureTurbineUpdated()
const;
24 const std::shared_ptr<Turbine>& getHighToLowPressureTurbineIdealUpdated()
const;
27 std::string actionMessage;
28 std::shared_ptr<Turbine> highToLowPressureTurbineUpdated;
29 std::shared_ptr<Turbine> highToLowPressureTurbineIdealUpdated;