#include <delay.h>
|
| typedef m_obj_children_t::const_iterator | child_iterator |
| |
| typedef std::map< std::string, std::string > | create_args_t |
| |
| typedef Object *(* | create_factory_t) (const std::string &name, const std::string &klass, const create_args_t &args) |
| |
| static int | initObject () |
| |
| static Object * | getObject (const std::string &name) |
| |
| static Object * | getCreateObject (const std::string &name, const std::string &klass, const create_args_t &args=create_args_t()) |
| |
| static void | addFactory (const std::string &klass, create_factory_t fn) |
| |
| static void | visitObjects (bool(*)(Object *, void *), void *) |
| |
| | ObjectInst (const std::string &n) |
| |
| | ObjectInst (const std::string &n, A &a) |
| |
| virtual | ~ObjectInst () |
| |
| | Object (const std::string &n, const Object *par=0) |
| |
| virtual | ~Object ()=0 |
| |
Definition at line 14 of file delay.h.
◆ DelayModuleEvr()
| DelayModuleEvr::DelayModuleEvr |
( |
const std::string & |
n | ) |
|
|
inlineexplicit |
◆ ~DelayModuleEvr()
| DelayModuleEvr::~DelayModuleEvr |
( |
| ) |
|
|
pure virtual |
◆ enabled()
| virtual bool DelayModuleEvr::enabled |
( |
| ) |
const |
|
pure virtual |
◆ getDelay0()
| virtual double DelayModuleEvr::getDelay0 |
( |
| ) |
const |
|
pure virtual |
◆ getDelay1()
| virtual double DelayModuleEvr::getDelay1 |
( |
| ) |
const |
|
pure virtual |
◆ setDelay0()
| virtual void DelayModuleEvr::setDelay0 |
( |
double |
val | ) |
|
|
pure virtual |
◆ setDelay1()
| virtual void DelayModuleEvr::setDelay1 |
( |
double |
val | ) |
|
|
pure virtual |
◆ setState()
| virtual void DelayModuleEvr::setState |
( |
bool |
enabled | ) |
|
|
pure virtual |
The documentation for this class was generated from the following files: