#include <structs.h>
Collaboration diagram for _filter_spec_:

Data Fields | |
| char | name [50] |
| filter name, duh !!!! | |
| char | libname [(50+6)] |
| the library name used by this filter | |
| int | numInputs |
| number of inputs this filter has | |
| _stream_spec_ptr | inputs [20] |
| array of stream pointers | |
| int | numOutputs |
| number of outputs this filter has | |
| _stream_spec_ptr | outputs [20] |
| array of stream pointers | |
| int | useTasks |
| 1: filter use tasks, 0: otherwise (set in execution time) | |
| FilterPlacement | filterPlacement |
| this represents the places this filter runs, see above | |
Definition at line 26 of file structs.h.
|
|
this represents the places this filter runs, see above
Definition at line 34 of file structs.h. Referenced by addHostToFilter(), createFilterSpec(), fsSpawnInstances(), getFilterByTid(), and replaceCrashedHost(). |
|
|
array of stream pointers
Definition at line 30 of file structs.h. Referenced by addInputToFilter(), and setTo(). |
|
|
the library name used by this filter
|
|
|
filter name, duh !!!!
Definition at line 27 of file structs.h. Referenced by abreTag(), fechaTag(), fsSpawnInstances(), and getFilterSpecByName(). |
|
|
number of inputs this filter has
Definition at line 29 of file structs.h. Referenced by addInputToFilter(), addOutputToFilter(), and setTo(). |
|
|
number of outputs this filter has
Definition at line 31 of file structs.h. Referenced by addOutputToFilter(), and setFrom(). |
|
|
array of stream pointers
Definition at line 32 of file structs.h. Referenced by addOutputToFilter(), and setFrom(). |
|
|
1: filter use tasks, 0: otherwise (set in execution time)
|
1.4.6