Skip to main content

Module model

Module model 

Source

Structs§

InputPortId
An input port identifier.
Inputs
An input port of type T.
OutputPortId
An output port identifier.
Outputs
An output port of type T.
SystemBuilder
A builder for system definitions.
SystemDefinition
A system definition.

Enums§

PortDirection
A port’s dataflow direction (either input or output).
PortId
A input or output port identifier.
SystemBuildError

Traits§

BlockDefinition
A block definition.
BlockName
A trait for objects that have a name.

Type Aliases§

Input
A one-shot input port of type T.
Output
A one-shot output port of type T.