Relacs
0.9.8
|
#include <filterdetectors.h>
Public Slots | |
void | autoConfigure (void) |
Public Member Functions | |
FilterData (Filter *filter, const string &pluginname, const vector< string > &in, const vector< string > &other, long n, bool size, bool width, const string &panel, int linewidth, Options *generalOptions) | |
FilterData (const FilterData &fd) | |
~FilterData () | |
void | autoConfigure (double duration) |
void | autoConfigure (double tbegin, double tend) |
void | print (ostream &str) const |
Public Attributes | |
Filter * | FilterDetector |
string | PluginName |
int | Out |
int | NOut |
vector< string > | In |
vector< string > | Other |
InList | InTraces |
EventList | InEvents |
InList | OutTraces |
EventList | OutEvents |
EventList | OtherEvents |
long | NBuffer |
bool | SizeBuffer |
bool | WidthBuffer |
string | PanelTrace |
int | LineWidth |
bool | Init |
Options * | GeneralOptions |
Additional data for each filter and detector.
FilterData | ( | Filter * | filter, |
const string & | pluginname, | ||
const vector< string > & | in, | ||
const vector< string > & | other, | ||
long | n, | ||
bool | size, | ||
bool | width, | ||
const string & | panel, | ||
int | linewidth, | ||
Options * | generalOptions | ||
) |
References FilterData::FilterDetector, FilterData::NOut, and Filter::outTraces().
FilterData | ( | const FilterData & | fd | ) |
References FilterData::FilterDetector, FilterData::NOut, and FilterData::Out.
~FilterData | ( | void | ) |
void autoConfigure | ( | double | duration | ) |
void autoConfigure | ( | double | tbegin, |
double | tend | ||
) |
void print | ( | ostream & | str | ) | const |
|
slot |
Filter* FilterDetector |
Referenced by FilterData::autoConfigure(), FilterData::FilterData(), and FilterData::print().
string PluginName |
Referenced by FilterData::print().
int Out |
Referenced by FilterData::FilterData(), and FilterData::print().
int NOut |
Referenced by FilterData::FilterData(), and FilterData::print().
vector<string> In |
Referenced by FilterData::print().
vector<string> Other |
Referenced by FilterData::print().
InList InTraces |
Referenced by FilterData::autoConfigure().
EventList InEvents |
Referenced by FilterData::autoConfigure().
InList OutTraces |
EventList OutEvents |
EventList OtherEvents |
long NBuffer |
Referenced by FilterData::print().
bool SizeBuffer |
Referenced by FilterData::print().
bool WidthBuffer |
Referenced by FilterData::print().
string PanelTrace |
Referenced by FilterData::print().
int LineWidth |
Referenced by FilterData::print().
bool Init |
Referenced by FilterData::print().
Options* GeneralOptions |