VTIL_ExportObjectPool
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
long VTIL_ExportObjectPool(dbNode workingSetMaster, char objectPoolFilePath[]); // form 1long VTIL_ExportObjectPool(dword addressWorkingSetMaster, char objectPoolFilePath[]); // form 2long VTIL_ ExportObjectPool (dbNode vt, dbNode workingSetMaster, char objectPoolFilePath []); // form 3long VTIL_ ExportObjectPool (dbNode vt, dword addressWorkingSetMaster, char objectPoolFilePath []); // form 4
Description
Exports the current object pool of the Working Set Master into a file (*.iop). An existing file is overwritten.Parameters
- vt: VT simulation node to apply the function
- workingSetMaster: Working Set Master which object pool is exported (must not be the active Working Set).
- addressWorkingSetMaster: Address of the Working Set Master which object pool is exported (must not be the active Working Set).
- objectPoolPath: Path to the *.iop file the object pool has to be exported to. Path has to be absolute or relative relating to the folder of the CANoe configuration.
- versionLabel: The Virtual Terminal IL stores the object pool with this label
Return Values
- 0: Function has been executed successfully
- < 0: An error has occurred, see IL Error Code