External Source Editor

The external source editor allows you to integrate existing C programs and use them as part of the specification of a C code component. You can include either C source code or object code. All the functions contained in an external source file (for both source and object modules) have to be declared in a header file that is also part of the component.

External modules also have to be specified separately for each target and arithmetic. Target and arithmetic selection is as described earlier.

See also

Integrating an External Source File

Adding a Header File to the Source Module

Testing the External Module