21#ifndef YASE_TRIGGERABLE_H
22#define YASE_TRIGGERABLE_H
35 virtual void trigger() = 0;
36 virtual void release() = 0;
41 double trigger_memory;
An abstract base class for modules.
Definition module.hh:39
Definition triggerable.hh:28
void init()
Definition triggerable.cc:31
void update()
Definition triggerable.cc:35
Definition additive_saw.cc:24