PROCESSes
, THREAD
s and SUBPROGRAM
s
(as DATA PORT
s and EVENT DATA
PORT
s in the first two cases and as PARAMETER
s in the latter):
PACKAGE TestSystem PUBLIC SUBPROGRAM TC_Parser FEATURES Id : IN PARAMETER DataTypes::POS; Param : OUT PARAMETER DataTypes::POS; PROPERTIES Source_Language => "Lustre"; END TC_Parser; END TestSystem;
The currently supported values for Source_Language
are depicted in Table 2.1.
|