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