Open topic with navigation CAPL Functions » MOST » on mostRawMessageDocumentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
on mostRawMessage
Valid for: CANoe DEFunction Syntax
on mostRawMessage;
Description
on mostRawMessage is called on the receipt of MOST frames whose type isn’t Normal.
These are RemoteRead, RemoteWrite, Alloc, Dealloc and GetSource. See Selectors for the applicable selectors. The command output(this) can be used for forwarding the message in a node chain.
If the event procedure should only react to messages on channel 1 this is defined as follows:
on MsgChannel1.mostRawMessage