Class | Description |
---|---|
Actor |
Models an instance of an actor (a 'filter') - a node of SPDF graph.
|
Channel |
FIFO channel: an edge in the SPDF or SDF graph.
|
Graph |
A Graph is a collection of actors which are connected by channels.
|
Id |
Identifies a named entity: actor or port.
|
Modifier |
Modifier - actor type that sets the parameter.
|
Port |
Port of an actor type ("filter" MIND object)
We reserve the term 'port' for class of links
sharing the same name, rate and function within the given actor type.
|
PortRef |
Port reference is used to bind channel,
port and actor together.
|
Enum | Description |
---|---|
Actor.ActorType |
If an actor is dataflow actor or inserted communication actor.
|
Id.PROP | |
Port.DIR |
One of the two possible port directions w.r.to the actor:
IN or OUT
|