target.XCPPlatformAbstraction Class
Namespace: target
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.
If you do not create a target.XCPPlatformAbstraction
object, the
software uses the default platform abstraction layer, which supports Linux®, Windows®, and Mac platforms.
Properties
Examples
Version History
Introduced in R2021a