Dataflow Software Stack  032db78
Master Thesis of Mathijs Saey at the VUB
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
core.instruction.DestinationList Class Reference

DVM instruction that sends any token it produces to all of the memebers of it's destination list. More...

Inheritance diagram for core.instruction.DestinationList:
Inheritance graph

Public Member Functions

def __init__
 
def addDestination
 
def sendDatum
 

Public Attributes

 destinations
 

Detailed Description

DVM instruction that sends any token it produces to all of the memebers of it's destination list.

Constructor & Destructor Documentation

def core.instruction.DestinationList.__init__ (   self)

Member Function Documentation

def core.instruction.DestinationList.addDestination (   self,
  _,
  inst,
  port 
)
def core.instruction.DestinationList.sendDatum (   self,
  datum,
  core,
  _,
  cont 
)

Member Data Documentation

core.instruction.DestinationList.destinations