Rte_IWriteRef

Rte_IWriteRef implements implicit data write access, too (see Rte_IWrite). In contrast to Rte_IWrite, which copies the value of its IN parameter to the RTE buffer of the respective Pport, Rte_IWriteRef returns a pointer to the respective data element in the RTE buffer of the Pport, which allows to manipulate the buffer directly.

In the ESDL editor for software components, Rte_IWriteRef can be specified as follows:

SRI_record.Record_1.t_mot = t_mot;

In the block diagram editor for software components, Rte_IWriteRef can be specified as follows:

SRI_record is a SenderReceiver interface that contains a record; one of the record elements is accessed.

See also

Rte_IWrite

Sending to a Port – Block Diagram

Sending to a Port – ESDL