Skip to content

FullStackDeviceModel

IRI: https://w3id.org/altium/cdm/deviceModel/FullStackDeviceModel

Bounded context: deviceModel

A digital twin of an embedded hardware device. It exposes the full device model, including interfaces, peripherals, and ports.

Platform API

DmFullStackDeviceModel

GRID (1)

grid:global::device-model:fullstack-dm/{id}

  1. 🙋‍♂️ Altium Global Resource ID (aka GRID)

Diagram

---
  config:
    layout: elk
    theme: neutral
    class:
      hideEmptyMembersBox: true
---
 classDiagram
    direction LR


  class dm_FullStackDeviceModel["FullStackDeviceModel"]



      style dm_FullStackDeviceModel fill:#6fa8dc    


    click dm_FullStackDeviceModel href "../../classes/dm_FullStackDeviceModel/"




  class core_Artifact["Artifact"]




          core_Artifact <|-- dm_FullStackDeviceModel
          click core_Artifact href "../../classes/core_Artifact/"






          dm_FullStackDeviceModel : deviceMpn








      dm_FullStackDeviceModel --> "*" dm_Peripheral : peripherals
      click dm_Peripheral href "../../classes/dm_Peripheral/"


  class dm_Peripheral["Peripheral"]



      style dm_Peripheral fill:#6fa8dc    











      dm_FullStackDeviceModel --> "*" dm_Port : ports
      click dm_Port href "../../classes/dm_Port/"


  class dm_Port["Port"]



      style dm_Port fill:#6fa8dc    






          dm_FullStackDeviceModel : device family








      dm_FullStackDeviceModel --> "*" dm_Processor : processors
      click dm_Processor href "../../classes/dm_Processor/"


  class dm_Processor["Processor"]



      style dm_Processor fill:#6fa8dc    











      dm_FullStackDeviceModel --> "0..1" dm_AddressMap : address map
      click dm_AddressMap href "../../classes/dm_AddressMap/"


  class dm_AddressMap["AddressMap"]



      style dm_AddressMap fill:#6fa8dc    






          dm_FullStackDeviceModel : id





Inheritance

Fields

Name Cardinality Type Description Inheritance
id 1 GRID Globally unique identifier across the whole platform. core_Entity
deviceMpn 1 string Manufacturer Part Number (MPN) for the device. direct
peripherals * Peripheral List of all peripherals available on the device. direct
ports * Port List of physical ports on the device. direct
device family 1 string The family to which the device belongs. direct
processors * Processor List of processors included in the device. direct
address map 0..1 AddressMap The hardware address map configuration. direct

Identifier and Mapping Information

Annotations

property value
grid grid:global::device-model:fullstack-dm/{id}
platformAPI DmFullStackDeviceModel

Comments

Comments are still experimental - you need access to AltiumDeveloper/cdm-comments repository to see and leave comments. Please ping @dmitry.kolomiets for details.