Open topic with navigation CAPL Functions » MOST » mostAsNtfShdFunctionEnable, mostAsNtfShdFunctionDisableDocumentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
mostAsNtfShdFunctionEnable, mostAsNtfShdFunctionDisable
Valid for: CANoe DEFunction Syntax
Description
mostAsNtfShdFunctionEnable() registers a MOST function with the notification shadow service. As soon as the specified function block (fblockId, instId) appears in the bus registry of the simulated device, the notification shadow service enters the simulated device in the notification matrix of the function block, i.e., it sends the FBlockId.InstId.Notification.Set(SetFunction, functionId) message.
mostAsNtfShdFunctionDisable() removes a MOST function from the notification shadow service.
Parameters
- fblockId: Function block ID
- instId: Instance ID
- functionId: Function ID of a “Property” type function.