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
GRID (1)
grid:global::device-model:fullstack-dm/{id}
Diagram
---
config:
layout: elk
theme: neutral
class:
hideEmptyMembersBox: true
---
classDiagram
direction LR
class dm_fullstack_device_model["FullStackDeviceModel"]
style dm_fullstack_device_model fill:#6fa8dc
click dm_fullstack_device_model href "../../classes/dm_fullstack_device_model/"
dm_fullstack_device_model : deviceMpn
dm_fullstack_device_model --> "*" dm_peripheral : peripherals
click dm_peripheral href "../../classes/dm_peripheral/"
class dm_peripheral["Peripheral"]
style dm_peripheral fill:#6fa8dc
dm_fullstack_device_model --> "*" dm_port : ports
click dm_port href "../../classes/dm_port/"
class dm_port["Port"]
style dm_port fill:#6fa8dc
dm_fullstack_device_model : deviceFamily
dm_fullstack_device_model --> "*" dm_processor : processors
click dm_processor href "../../classes/dm_processor/"
class dm_processor["Processor"]
style dm_processor fill:#6fa8dc
dm_fullstack_device_model --> "0..1" dm_address_map : addressMap
click dm_address_map href "../../classes/dm_address_map/"
class dm_address_map["AddressMap"]
style dm_address_map fill:#6fa8dc
dm_fullstack_device_model : id
Inheritance
Fields
| Name | Cardinality | Type | Description | Inheritance |
|---|---|---|---|---|
| id | 1 |
GRID | Globally unique identifier across the whole platform. | 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 |
| deviceFamily | 1 |
string | The family to which the device belongs. | direct |
| processors | * |
Processor | List of processors included in the device. | direct |
| addressMap | 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 |