#include <Ports.h>
Data Fields | |
| char * | name |
| InputPort name. | |
| int | numSources |
| we receive from this number of sources | |
| int * | tidsSources |
| the array of tids we receive from | |
| int | tag |
| int | numEowRecv |
| the number of EOW received so far | |
Definition at line 78 of file Ports.h.
|
|
InputPort name.
Definition at line 79 of file Ports.h. Referenced by dsGetInputPortByName(), dsGetInputPortNames(), and setIPName(). |
|
|
the number of EOW received so far
Definition at line 83 of file Ports.h. Referenced by createInputPort(), dsGetNumUpStreamsRunning(), dsReadBuffer(), dsReadNonBlockingBuffer(), and resetInputPort(). |
|
|
we receive from this number of sources
Definition at line 80 of file Ports.h. Referenced by dsGetNumUpStreamsRunning(), dsGetNumWriters(), dsReadBuffer(), dsReadNonBlockingBuffer(), initTerminationDetection(), setIPNumSources(), and setIPTidsSources(). |
|
|
Definition at line 82 of file Ports.h. Referenced by dsProbe(), dsReadBuffer(), dsReadNonBlockingBuffer(), initTerminationDetection(), recvNonBlockingData(), resetInputPort(), and setIPTag(). |
|
|
the array of tids we receive from
Definition at line 81 of file Ports.h. Referenced by initTerminationDetection(), and setIPTidsSources(). |
1.4.6