Skip to main content

A664TriggerMessage

CAPL Functions » AFDX » A664TriggerMessage Valid for: CANoe DE • CANoe4SW DE

Function 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

Example