Antares Simulator
Power System Simulator
|
The ISimulationObserver class is an interface for observing the simulation. More...
#include <ISimulationObserver.h>
Public Member Functions | |
virtual void | notifyHebdoProblem (const PROBLEME_HEBDO &problemeHebdo, int optimizationNumber, std::string_view name)=0 |
The notifyHebdoProblem method is used to notify of a problem during the simulation. | |
The ISimulationObserver class is an interface for observing the simulation.
It declares the notifyHebdoProblem method.
|
pure virtual |
The notifyHebdoProblem method is used to notify of a problem during the simulation.
problemeHebdo | A pointer to a PROBLEME_HEBDO object representing the problem. |
optimizationNumber | The number of the optimization. |
name | The name of the problem. |
Implemented in Antares::API::SimulationObserver, and Antares::Solver::Simulation::NullSimulationObserver.