SPH
Classes | Enumerations
Trigger.h File Reference

Triggers of auxiliary actions during the run. More...

#include "objects/wrappers/AutoPtr.h"
#include "system/Statistics.h"

Go to the source code of this file.

Classes

class  ITrigger
 Interface for triggering generic actions during the run. More...
 
class  PeriodicTrigger
 Trigger executing given action every period. More...
 

Enumerations

enum class  TriggerEnum { ONE_TIME , REPEATING }
 

Detailed Description

Triggers of auxiliary actions during the run.

Author
Pavel Sevecek (sevecek at sirrah.troja.mff.cuni.cz)
Date
2016-2021

Definition in file Trigger.h.

Enumeration Type Documentation

◆ TriggerEnum

enum TriggerEnum
strong
Enumerator
ONE_TIME 

Execute the trigger only once.

REPEATING 

Execute the trigger every time step.

Definition at line 13 of file Trigger.h.