|
IRON 29eae2a52e20a77544b95d363677e6be9e9131b8
|

Public Member Functions | |
| __init__ (self, Tile|None tile) | |
| Tile|None | tile (self) |
Protected Attributes | |
| _tile | |
The endpoint of an ObjectFifo. Each ObjectFifoHandle has one ObjectFifoEndpoint.
| iron.dataflow.endpoint.ObjectFifoEndpoint.__init__ | ( | self, | |
| Tile | None | tile | ||
| ) |
Reimplemented in iron.worker.Worker, iron.dataflow.objectfifo.ObjectFifoLink, and iron.runtime.endpoint.RuntimeEndpoint.
| Tile | None iron.dataflow.endpoint.ObjectFifoEndpoint.tile | ( | self | ) |
Return the tile of the endpoint.
Returns:
Tile | None: The current tile, or None if unplaced.
|
protected |