package ti.sdo.ce.examples.codecs.universal_copy |
 |
Codec Engine UNIVERSAL-compliant codec
This package simply wraps the IUNIVERSAL-compliant example copy algorithm
distributed with XDAIS.
[
more ... ]
package ti.sdo.ce.examples.codecs.universal_copy [1, 0, 0] {
// UNIVERSAL_COPY codec specification
}
DETAILS
This package simply wraps the IUNIVERSAL-compliant example copy algorithm
distributed with XDAIS.
This codec illustrates the simplest integration into the Codec
Engine. Only three files are required to integrate into CE:
- package.xdc
-
This file is required to declare a name for this package and to
list all codec interfaces available.
- UNIVERSAL_COPY.xdc
-
This file specifies a codec (named UNIVERSAL_COPY) that is
provided by this package.
- UNIVERSAL_COPY.xs
-
This file implements the functions required by the ICodec
interface; these functions enable the codec to describe its
non-functional requirements such as stack size.
A package dependency (the 'requires' statement above) is established
allowing the XDAIS package to provide the [unmodified] alg library
while this package provides merely the CE-specific metadata necessary
for integration.
generated on Tue, 17 Jan 2012 07:28:50 GMT