Implementation Editor for Component References

The implementation editor for referenced components, i.e. the Impl Ref. Editor window, contains the following elements:

Implementation of Reference area

AUTOSAR area

Policy combo box

The combo box is used to set the AUTOSAR <SW-IMPL-POLICY> element of the <DATA-DEF-PROPS>.

The following Closedsettings are available.

Note

See the ASCET AUTOSAR user guide or the publications on the AUTOSAR web site for more information on <SW-IMPL-POLICY> and <DATA-DEF-PROPS>.

Several Closedrestrictions apply.

Invalidation Policy combo box

With AUTOSAR, you can specify if a value may become invalid (e.g., due to a broken sensor).

The following selections are available:

If you select a value other than don't invalidate, an invalidation policy entry is written to the interface description <SWC_name>_interfaces.arxml. The following code extract shows examples.

EXAMPLE

<INVALIDATION-POLICYS>

<INVALIDATION-POLICY>

<DATA-ELEMENT-REF DEST="VARIABLE-DATA-PROTOTYPE">/ASCET_Interfaces/Impl/SR_interface_name/element1</DATA-ELEMENT-REF>

<HANDLE-INVALID>EXTERNAL-REPLACEMENT</HANDLE-INVALID>

</INVALIDATION-POLICY>

<INVALIDATION-POLICY>

<DATA-ELEMENT-REF DEST="VARIABLE-DATA-PROTOTYPE">/ASCET_Interfaces/Impl/SR_interface/element2</DATA-ELEMENT-REF>

<HANDLE-INVALID>REPLACE</HANDLE-INVALID>

</INVALIDATION-POLICY>

<INVALIDATION-POLICY>

<DATA-ELEMENT-REF DEST="VARIABLE-DATA-PROTOTYPE">/ASCET_Interfaces/Impl/SR_interface/element3</DATA-ELEMENT-REF>

<HANDLE-INVALID>KEEP</HANDLE-INVALID>

</INVALIDATION-POLICY>

</INVALIDATION-POLICYS>

OK

Closes the window and accepts your settings.

Cancel

Closes the window without accepting your settings.

You can

Implement References