![]() |
RTXI 1.3
|
#include <gen_biphase.h>
Public Member Functions | |
| GeneratorBiphase () | |
| GeneratorBiphase (double delay, double width, double amplitude, double dt) | |
| ~GeneratorBiphase () | |
| void | init (double delay, double width, double amplitude, double dt) |
Protected Attributes | |
| double | width |
| double | amplitude |
| double | delay |
Definition at line 24 of file gen_biphase.h.
| GeneratorBiphase::GeneratorBiphase | ( | ) |
Definition at line 23 of file gen_biphase.cpp.
| GeneratorBiphase::GeneratorBiphase | ( | double | delay, |
| double | width, | ||
| double | amplitude, | ||
| double | dt | ||
| ) |
Definition at line 45 of file gen_biphase.cpp.
| GeneratorBiphase::~GeneratorBiphase | ( | ) |
Definition at line 67 of file gen_biphase.cpp.
| void GeneratorBiphase::init | ( | double | delay, |
| double | width, | ||
| double | amplitude, | ||
| double | dt | ||
| ) |
Definition at line 72 of file gen_biphase.cpp.
double GeneratorBiphase::amplitude [protected] |
Definition at line 38 of file gen_biphase.h.
double GeneratorBiphase::delay [protected] |
Definition at line 39 of file gen_biphase.h.
double GeneratorBiphase::width [protected] |
Definition at line 37 of file gen_biphase.h.