Skip to main content

AfdxSetSignalString

Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE

Function Syntax

Description

This function sets the value of an AFDX string signal. The AFDX string structure consists of a 16-bit length code n and a sequence of n ASCII characters. The length code is updated too.

Parameters

  • packet: Handle of the message.
  • signalName: Name of the signal.
    • Note: The signal and its message need to be defined in the assigned DBC file.
  • offset: The offset value points to the starting byte of the AFDX string.
  • value: New ASCII string value.
  • fdsStatus:

Return Values

Example