Interfaces IDE
Code Composer
The IDE Bridge for Code Composer has not been implemented. The following text is valid after implementation only:
A ToolchainGateway bridge for the WSTDeployer supports adding RXF and generated files into a Code Composer project file.
The
implementation of this bridge is available in source code under
Tools\WSTDeployer\src\de\willert\deployer. This directory contains
three files which integrate the IDE with the WSTDeployer:
- ToolchainGateway.java: Implements the actual changes done in the IDE project file.
- Deployment.java: Inplements the
selection of RXF and generated files, copies them and passes the file
list on to the ToolchainGateway for Code Composer.
- Constants.java: Defines which properties will be read from WSTDeployer.properties
- WSTDeployer.properties.
The
ToolchainGateway only adds files to the Code Composer project, but does not
remove them, e.g. is a class was renamed or deleted. This has to be
done manually in the IDE.
New files will be added to the "File"
section in the Code Composer files which is specified as
component tag
within the UML model. The added files will not be added to a specific
folder in Code Composer and they will not be sorted by file types.
The best practice is to add an folder "Files" as the last one in the
Code Composer project and saving the project file before the deployment
is
started. All new files will then end up in that folder, also header
files.
Copyright (c) Willert
Software Tools GmbH. All rights reserved.