_filter_spec_ Struct Reference

FilterSpec:. More...

#include <structs.h>

Collaboration diagram for _filter_spec_:

Collaboration graph
[legend]

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

Detailed Description

FilterSpec:.

Definition at line 26 of file structs.h.


Field Documentation

FilterPlacement _filter_spec_::filterPlacement
 

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().

_stream_spec_ptr _filter_spec_::inputs[20]
 

array of stream pointers

Definition at line 30 of file structs.h.

Referenced by addInputToFilter(), and setTo().

char _filter_spec_::libname[(50+6)]
 

the library name used by this filter

Definition at line 28 of file structs.h.

char _filter_spec_::name[50]
 

filter name, duh !!!!

Definition at line 27 of file structs.h.

Referenced by abreTag(), fechaTag(), fsSpawnInstances(), and getFilterSpecByName().

int _filter_spec_::numInputs
 

number of inputs this filter has

Definition at line 29 of file structs.h.

Referenced by addInputToFilter(), addOutputToFilter(), and setTo().

int _filter_spec_::numOutputs
 

number of outputs this filter has

Definition at line 31 of file structs.h.

Referenced by addOutputToFilter(), and setFrom().

_stream_spec_ptr _filter_spec_::outputs[20]
 

array of stream pointers

Definition at line 32 of file structs.h.

Referenced by addOutputToFilter(), and setFrom().

int _filter_spec_::useTasks
 

1: filter use tasks, 0: otherwise (set in execution time)

Definition at line 33 of file structs.h.


The documentation for this struct was generated from the following file:
Generated on Tue Jan 17 19:28:41 2006 for Void by  doxygen 1.4.6