TCIL_ExportDdop
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
long TCIL_ExportDdop(dbNode client, char ddopPath[]); // form 1long TCIL_ExportDdop(dword addressClient, char ddopPath[]); // form 2long TCIL_ExportDdop(dbNode tc, dbNode client, char ddopPath[]); // form 3long TCIL_ExportDdop(dbNode tc, dword addressClient, char ddopPath[]); // form 4
Description
Exports the device descriptor object pool of the Task Controller client into a file.Parameters
- client: Task Controller client which provides the device descriptor object pool with corresponding sections.
- addressClient: Address of the Task Controller client which provides the device descriptor object pool with corresponding sections.
- tc: Task Controller simulation node to apply the function.
- ddopPath: Path of the target DDOP file (*.xml).
Return Values
- 0: Function has been executed successfully
- < 0: An error has occurred, see IL Error Code