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

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 | |
Definition at line 39 of file structs.h.
|
|
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(). |
|
|
we point to the filter who writes to this stream
Definition at line 41 of file structs.h. Referenced by setFrom(). |
|
|
and this is the port
Definition at line 42 of file structs.h. Referenced by setFrom(). |
|
|
if policy is labeled stream, this is the library name
Definition at line 48 of file structs.h. Referenced by setFrom(). |
|
|
the stream name
Definition at line 40 of file structs.h. Referenced by getStreamSpecByName(). |
|
|
this is not used
|
|
|
tag that identify the stream
Definition at line 47 of file structs.h. Referenced by createEmptyStreamSpec(). |
|
|
the filter which reads from this stream
Definition at line 43 of file structs.h. Referenced by setTo(). |
|
|
on this port
Definition at line 44 of file structs.h. Referenced by setTo(). |
|
|
this is the write policy used
Definition at line 45 of file structs.h. Referenced by setFrom(). |
1.4.6