Skip to main content

AfdxSetSignalInt64

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

Function Syntax

long AfdxSetSignalInt64( long packet, char signalName[], int64 value, long fdsStatus ); // form 1
long AfdxSetSignalInt64( long packet, long offset, int64 value ); // form 2

Description

This function sets the value of a 64-bit integer signal.

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 64-bit integer signal in the AFDX payload area.
  • value: New 64-bit integer value.
  • fdsStatus:

Return Values

Example