Averest


'a ProcUnit Type

Processing units generally consist of an input and an output buffer having possibly different numbers of lanes. In contrast to the output buffer, the input buffer may have an optional lane.

Record fields

Record Field Description

inp

Full Usage: inp

Field type: 'a buffer

Field type: 'a buffer

out

Full Usage: out

Field type: unit buffer

Field type: unit buffer

Instance members

Instance member Description

this.writeToHtml withOpt name ostr

Full Usage: this.writeToHtml withOpt name ostr

Parameters:

write the processing unit as html table to output stream

withOpt : bool
name : string
ostr : TextWriter