Open topic with navigation CAPL Functions » ISO11783 » Task Controller Interaction Layer (TC IL) » TCIL_ControlStopDocumentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
TCIL_ControlStop
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
long TCIL_ControlStop(); // form 1long TCIL_ControlStop(dword option); // form 2long TCIL_ControlStop(dbNode tc); // form 3long TCIL_ControlStop(dbNode tc, dword option); // form 4
Description
Deactivates the Task Controller and stops sending cyclic messages. A Cannot Claim Address message is sent, if the NMT is activated and the message is not suppressed with the parameteroption set to 1.
Removes all device descriptor object pools (DDOPs) too.
Parameters
- tc: TC simulation node to apply the function
- option: Options
1: Suppress sending Cannot Claim Address message
Return Values
- 0: Function has been executed successfully
- < 0: An error has occurred, see IL Error Code