![]() |
Dataflow Software Stack
032db78
Master Thesis of Mathijs Saey at the VUB
|
DVM instruction that sends any token it produces to all of the memebers of it's destination list. More...

Public Member Functions | |
| def | __init__ |
| def | addDestination |
| def | sendDatum |
Public Attributes | |
| destinations | |
DVM instruction that sends any token it produces to all of the memebers of it's destination list.
| def core.instruction.DestinationList.__init__ | ( | self | ) |
| def core.instruction.DestinationList.addDestination | ( | self, | |
| _, | |||
| inst, | |||
| port | |||
| ) |
| def core.instruction.DestinationList.sendDatum | ( | self, | |
| datum, | |||
| core, | |||
| _, | |||
| cont | |||
| ) |
| core.instruction.DestinationList.destinations |
1.8.8