ADASActivateFMU
Valid for: CANoe DEFunction Syntax
Description
This method is used to activate or deactivate additional ADAS processing steps to allow communication with a FMU with the specified name. It is assumed that the FMU has been coupled with your CANoe DE product via the FMI. Please note that the specified FMU needs to serve specific input and output interfaces for this function to have any effects. If no FMU with that name was found, the internal processing steps and thus this function call will also have no effects.Parameters
- fmuName: The name of the FMU
- activationState: Specifies whether additional ADAS processing steps for the specified FMU should be activated (1) or deactivated (0)
Return Values
- 0: Success, the additional ADAS processing steps were successfully activated/deactivated
- 1: Invalid value for activationState (must be 0 or 1)