Documentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
A664TriggerMessage
CAPL Functions » AFDX » A664TriggerMessage Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
This function triggers the scheduling of the a664Message “aMessage”. The message is either scheduled once or periodically. To forward an AFDX message in the analysis branch, use the function output().Parameters
- aMessage: The message object to be scheduled.
- Mode: Triggering mode.
- 0: Immediate (transmit once without considering BAG)
- 1: SingleShot (transmit once according to BAG)
- 2: StartCyclic (start cyclic transmission according to the selector value TxCycle)
- 3: StopCyclic (stop cyclic transmission)
Return Values
- 0: Successfully triggered.
- Other values: See error codes.