Main Content
Class Diagram for the Target SDK
The relationships between the classes of the Develop a Target are shown in the diagram below.
The Target class represents a target.
A Target
object contains feature objects
that represent the features that the target provides.
The Hardware class represents the
hardware that a target supports. The Hardware
object
contains I/O interfaces objects that represent the I/O interfaces
that the hardware includes.
The Target
object
maps its feature objects to Hardware
objects.