#include <include/EST_Event.h>
Public Member Functions | |
void | init () |
Public Member Functions inherited from EventBase | |
int | save (EST_String filename, EST_String type="") |
Public Attributes | |
float | rise_amp |
float | rise_dur |
float | fall_amp |
float | fall_dur |
float | peak_pos |
float | start_amp |
float | start_pos |
Public Attributes inherited from EventBase | |
EST_String | type |
Friends | |
ostream & | operator<< (ostream &s, EventRFC &e) |
Definition at line 78 of file EST_Event.h.
|
inline |
Definition at line 80 of file EST_Event.h.
|
friend |
Definition at line 91 of file EST_Event.h.
float EventRFC::rise_amp |
Definition at line 84 of file EST_Event.h.
float EventRFC::rise_dur |
Definition at line 85 of file EST_Event.h.
float EventRFC::fall_amp |
Definition at line 86 of file EST_Event.h.
float EventRFC::fall_dur |
Definition at line 87 of file EST_Event.h.
float EventRFC::peak_pos |
Definition at line 88 of file EST_Event.h.
float EventRFC::start_amp |
Definition at line 89 of file EST_Event.h.
float EventRFC::start_pos |
Definition at line 90 of file EST_Event.h.