target.XCPPlatformAbstraction class
Package: target
Specify XCP platform abstraction layer for target hardware
Description
Use the target.XCPPlatformAbstraction
class to specify the
implementation of the XCP Platform Abstraction Layer for your target hardware. The
layer provides:
The implementation of a static memory allocator –– see Memory Allocator.
Other target hardware-specific functionality –– see Other Platform Abstraction Layer Functionality.
To create a target.XCPPlatformAbstraction
object, use the target.create
function. Create the object and then use separate steps to specify
properties. Or, using name-value arguments, create the object and specify properties in a
single step.