SPH
|
Interface for triggering generic actions during the run. More...
#include <Trigger.h>
Public Member Functions | |
virtual TriggerEnum | type () const =0 |
Returns the type of the trigger. More... | |
virtual bool | condition (const Storage &storage, const Statistics &stats)=0 |
Returns true if the trigger should be executed. More... | |
virtual AutoPtr< ITrigger > | action (Storage &storage, Statistics &stats)=0 |
Action executed when the condition is fulfilled. More... | |
![]() | |
virtual | ~Polymorphic () |
|
pure virtual |
Action executed when the condition is fulfilled.
Implemented in ILogWriter, ProgressLogger, AngularMomentumLog, and DiagnosticsTrigger.
|
pure virtual |
Returns true if the trigger should be executed.
|
pure virtual |
Returns the type of the trigger.
Implemented in PeriodicTrigger.