Skip to main content

AfdxSetSignalOpaque

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

Function Syntax

Description

This function updates an opaque AFDX signal. There are two different opaque data types available in AFDX:
  • Fixed length opaque data: n bytes
  • Variable length opaque type: 16-bit length value n, data field filled up with n bytes, padding area filled with 0.

Parameters

  • packet: Handle of the message.
  • signalName: Name of the signal.
    Note: The signal, the signal’s data type and the message need to be defined in the assigned DBC file.
  • offset: The offset value points to the starting byte of the opaque signal in the AFDX payload area.
  • length: This is the number of bytes, the opaque signal is occupying in the value buffer.
  • value:
    • For form 1 the bytes of the opaque data have to be provided.
    • For form 2 the complete opaque signal is available in the buffer (for variable length the length value belongs to the opaque data).
  • fdsStatus:

Return Values

Example