package ti.sdo.ce.examples.apps.scale    

Codec Engine example application which utilizes the proprietary scale extension and codec

This example builds using the XDC build tools, and is portable to several execution environments. The following files are included in this package: [ more ... ]
XDCspec declarations sourced in ti/sdo/ce/examples/apps/scale/package.xdc
package ti.sdo.ce.examples.apps.scale {
 
}
DETAILS
This example builds using the XDC build tools, and is portable to several execution environments. The following files are included in this package:
package.xdc
This file is required to declare a globally unique name for this package.
package.bld
This file is the build script describing the application to the XDC built tools.
makefile
A usability makefile wrapper around the XDC build tools.
local.cfg
The XDC configuration file for this executable, when configured to run "local" codecs. This is the typical configuration for single processor excution environments.
local.tcf
The BIOS configuration file for this executable. This file is only necessary when building for a BIOS runtime environment. It's base name must match that of the XDC config file.
remote.cfg
The XDC configuration file for this executable, when configured to run "remote" codecs. This is the typical configuration for multiple processor excution environments.
app.c
The primary source file for this executable.
main.c and main_native.c
The execution runtime-specific entry point for this executable. This isolates any runtime-specific startup code from the generic application.
generated on Mon, 20 Sep 2010 23:50:18 GMT