
SDFIOPort |
ptolemy.domains.sdf.kernel.SDFIOPort |
This class extends IOPort with convenience methods for handling the token
production and consumption rates. These are merely convenience methods,
as the pertinent attributes can be added to any IOPort and the SDF domain
will respect them.
It is not recommended to use this port as a port for composite actors
because the presence of the rate parameters will prevent the inner SDF
scheduler from propagating it rates to the outside. That is, if the
parameters are present, the scheduler does not override them.
Author(s): Stephen Neuendorffer
Version:$Id: SDFIOPort.java,v 1.64 2005/12/30 03:54:50 cxh Exp $
Pt.Proposed Rating:Yellow (neuendor)
Pt.Accepted Rating:Yellow (johnr)
tokenConsumptionRate
The number of tokens consumed on this port each firing.
tokenInitProduction
The number of tokens produced on this port during initialization.
tokenProductionRate
The number of tokens produced on this port each firing.