Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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