#include <dev1d.H>
Inherits EVENT.
Public Methods | |
EVENT1d (Cstr_ptr &n) | |
EVENT1d (Cstr_ptr &n, double &o, double &c) | |
EVENT1d (EVENTsource *s) | |
EVENT1d (DEVice_1d *s, double o, double c) | |
double | cur () const |
double | old () const |
double | delta () const |
void | set_cur (double p) const |
DEFINE_DERIVED_TYPE (EVENT1d, EVENT, cEVENTptr) | |
Static Public Methods | |
EVENT1dptr | cast (cEVENTptr &e) |
Protected Methods | |
virtual bool | compare (cEVENTptr &e) const |
Protected Attributes | |
double | _old |
double | _cur |
DEVice_1d * | _dev |
|
|
|
|
|
|
|
|
|
Reimplemented from EVENT. |
|
Implements EVENT. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|