Skip to main content

AfdxGetSignalBool

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

Function Syntax

Description

This function returns the value of a Boolean signal. Note: A Boolean is represented by a single bit in a 32-bit field.

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 a 32-bit field in the AFDX payload area.
  • bitPosition: Position [1..32] of a single bit in a 32-bit area pointed to by offset.

Return Values

Example

Analyze signals from an incoming AFDX packet using DBC information