Skip to main content
Open topic with navigation CAPL Functions » MOST » mostAsFsEnable, mostAsFsDisable

mostAsFsEnable, mostAsFsDisable

Valid for: CANoe DE

Function Syntax

  • long mostAsFsEnable();
  • long mostAsFsDisable();

Description

mostAsFsEnable() makes the function service available for the function block. The function block must be assigned to the CAPL program via mostApRegister(fblockID, instIDDefault) or the database. Furthermore, mostAsFsEnable() enables the functions <FktIDs>, <Notification> and <NotificationCheck> of the function block for the notification service. mostAsFsDisable() disables the function service.

Parameters

Return Values

See error codes

Example

mostAsFsEnableExmostAsFsFunctionEnable