Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

State Scope

State Scopes allow to define interface declarations and reactions

Interface Declarations

Declarations in a state interface scope are visible in this state and its descendant states.

+

Declarations

Within State Scopes there can be declarations of variables (and signals)?.

A Variable has a direction (in, out, inout), can be static has a datatype and has a CombineOperator.