Convert input event to signal
AUTOSAR Blockset / Adaptive Platform / Signal Routing
At the top level of an AUTOSAR adaptive model, use the Event Receive and Event Send blocks to set up event-based communication.
After each root inport, add an Event Receive block which converts an input event to a signal, while preserving the signal values and data type.
Before each root outport, add an Event Send block which converts an input signal to an event, while preserving the signal values and data type.