Skip to main content
Open topic with navigation CAPL Functions » LIN » linStopScheduler

linStopScheduler

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void linStopScheduler();

Description

This function stops the internal scheduler. This way a cyclical traversal of the current schedule table is stopped. Scheduler can be started again by calling linStartScheduler() function. Note
  • Calling this function in the event procedure on preStart prevents the scheduler from starting at the beginning of the measurement.
  • If the Master node is not simulated or no schedule tables are defined, then this function will have no effect.

Parameters

Return Values

Example