Public Member Functions | List of all members
Trigger Class Referenceabstract

Abstract class for triggering events. More...

#include <trigger.hpp>

Inheritance diagram for Trigger:
Inheritance graph
[legend]

Public Member Functions

virtual bool operator() (const hdsim &sim)=0
 Returns true if event happened. More...
 
virtual ~Trigger (void)
 Class destructor.
 

Detailed Description

Abstract class for triggering events.

Definition at line 12 of file trigger.hpp.

Member Function Documentation

◆ operator()()

virtual bool Trigger::operator() ( const hdsim sim)
pure virtual

Returns true if event happened.

Parameters
simReference to the simulation
Returns
True if event happened, false otherwise

Implemented in ConstantTimeInterval.


The documentation for this class was generated from the following files: