Structures

ASCET provides the possibility to specify records as user-defined composite data types; see Records and references therein for details.

Once a record has been added to an ESDL component, the elements in the record can be accessed from within ESDL using the simple direct access method syntax:

outVar = record.recordElement;

record.recordElement = inputElement;

record.recordElementInt = 123;