Open topic with navigation CAPL Functions » MOST » mostAsFsEnable, mostAsFsDisableDocumentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
mostAsFsEnable, mostAsFsDisable
Valid for: CANoe DEFunction 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.