|
Antares Simulator
Power System Simulator
|
The NullSimulationObserver class is a null object for the ISimulationObserver interface. More...
#include <ISimulationObserver.h>
Public Member Functions | |
| void | notifyHebdoProblem (const PROBLEME_HEBDO &, int, std::string_view) override |
| The notifyHebdoProblem method is used to notify of a problem during the simulation. More... | |
The NullSimulationObserver class is a null object for the ISimulationObserver interface.
It overrides the notifyHebdoProblem method with an empty implementation.
|
inlineoverridevirtual |
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. |
Implements Antares::Solver::Simulation::ISimulationObserver.