Branch Entry

A branch entry describes a tree branch (or node) containing other branches and signals.

A branch entry example is given below:

- Trunk:
  type: branch
  aggregate: true
  description: All signals related to the rear trunk

The following elements are defined:

  • Body.Trunk The list element name defines the dot-notated signal name to the signal. Please note that all parental branches included in the name must be defined as well.

  • type The value branch specifies that this is a branch entry (as opposed to a signal entry). This is the default, in case type is omitted.

  • **aggregate [optional]** Defines whether or not this branch is an aggregate. If not defined, this defaults to false.

  • description A description string to be included (when applicable) in the various specification files generated from this branch entry.