_stream_spec_ Struct Reference

StreamSpec: Define the main stream options. More...

#include <structs.h>

Collaboration diagram for _stream_spec_:

Collaboration graph
[legend]

Data Fields

char name [50]
 the stream name
_filter_spec_ptr fromFilter
 we point to the filter who writes to this stream
char fromPortName [50]
 and this is the port
_filter_spec_ptr toFilter
 the filter which reads from this stream
char toPortName [50]
 on this port
char writePolicyName [50]
 this is the write policy used
char readPolicyName [50]
 this is not used
int tag
 tag that identify the stream
char lsLibName [(50+6)]
 if policy is labeled stream, this is the library name
int breakLoop
 if this stream is a loop component and the loop need to be broke here

Detailed Description

StreamSpec: Define the main stream options.

Definition at line 39 of file structs.h.


Field Documentation

int _stream_spec_::breakLoop
 

if this stream is a loop component and the loop need to be broke here

Definition at line 50 of file structs.h.

Referenced by setFrom().

_filter_spec_ptr _stream_spec_::fromFilter
 

we point to the filter who writes to this stream

Definition at line 41 of file structs.h.

Referenced by setFrom().

char _stream_spec_::fromPortName[50]
 

and this is the port

Definition at line 42 of file structs.h.

Referenced by setFrom().

char _stream_spec_::lsLibName[(50+6)]
 

if policy is labeled stream, this is the library name

Definition at line 48 of file structs.h.

Referenced by setFrom().

char _stream_spec_::name[50]
 

the stream name

Definition at line 40 of file structs.h.

Referenced by getStreamSpecByName().

char _stream_spec_::readPolicyName[50]
 

this is not used

Definition at line 46 of file structs.h.

int _stream_spec_::tag
 

tag that identify the stream

Definition at line 47 of file structs.h.

Referenced by createEmptyStreamSpec().

_filter_spec_ptr _stream_spec_::toFilter
 

the filter which reads from this stream

Definition at line 43 of file structs.h.

Referenced by setTo().

char _stream_spec_::toPortName[50]
 

on this port

Definition at line 44 of file structs.h.

Referenced by setTo().

char _stream_spec_::writePolicyName[50]
 

this is the write policy used

Definition at line 45 of file structs.h.

Referenced by setFrom().


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