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.

mostAsFsEnableEx, mostAsFsDisableEx

Open topic with navigation CAPL Functions » MOST » mostAsFsEnableEx, mostAsFsDisableEx Valid for: CANoe DE

Function Syntax

  • long mostAsFsEnableEx(long fblockId, long instId);
  • long mostAsFsDisableEx(long fblockId, long instId);

Description

mostAsFsEnableEx() makes the function service available for a function block. Furthermore, mostAsFsEnableEx() enables the functions <FktIDs>, <Notification>, and <NotificationCheck> of the given function block for the notification service. mostAsFsDisableEx() disables the function service for a function block.

Parameters

  • fblockId: Function block ID
  • instId: Instance ID

Return Values

See error codes.

Example

mostAsFsFunctionEnableExmostAsFsEnable