Header menu logo issie

GatherTemp Type

GatherTemp is the output type used to accumulate lists of data links when recursively exploring SimulationGraph as first step in flattening it. Each list of pairs is converted into a map at the end in the final GatherData structure The cost of creating maps makes it important to use lists here as the intermediate structures

Record fields

Record Field Description

AllCompsT

Full Usage: AllCompsT

Field type: ((ComponentId * ComponentId list) * (SimulationComponent * ComponentId list)) list
Field type: ((ComponentId * ComponentId list) * (SimulationComponent * ComponentId list)) list

CustomInputCompLinksT

Full Usage: CustomInputCompLinksT

Field type: ((FComponentId * InputPortNumber) * FComponentId) list
Field type: ((FComponentId * InputPortNumber) * FComponentId) list

CustomOutputCompLinksT

Full Usage: CustomOutputCompLinksT

Field type: (FComponentId * (FComponentId * OutputPortNumber)) list
Field type: (FComponentId * (FComponentId * OutputPortNumber)) list

Labels

Full Usage: Labels

Field type: (ComponentId * string) list
Field type: (ComponentId * string) list

Type something to start searching.