Skip to main content

AREthAddFieldToEventgroup

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

Description

This function assigns a Field which was created by AREthAddField to an Event Group which was created by AREthAddProvidedEventGroup. The Field can be removed from the Event Group with AREthRemoveFieldFromEventGroup.

Parameters

  • pevgHandle: Handle of the Event Group that should be assigned to an Event (see AREthAddProvidedEventGroup).
  • pfHandle: Handle of the Field that should be assigned to the Event Group (see AREthAddField).

Return Values

  • 0: The function was successfully executed.
  • >0: Error code

Example

In this example, it is assumed that the utilized field is contained in the FIBEX database that is assigned to the CANoe configuration. The field has the Notification ID 30, the Getter ID 31, and the Setter ID 32. The data type of the field is a standard data type (for example, UINT8).
See Also