Skip to content

Commit

Permalink
Update knx.h
Browse files Browse the repository at this point in the history
  • Loading branch information
thelsing authored Aug 10, 2024
1 parent cdfd9de commit 150f3fc
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions src/knx.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,9 @@
* This diagramm shows the most important classes of a normal KNX device.
@startuml
skinparam monochrome true
skinparam componentStyle uml2
note top of knx
Class diagram for a
<b><color:royalBlue>normal KNX device</color>
end note
package "knx" {
class BusAccessUnit [[class_bus_access_unit.html]]
class DeviceObject [[class_device_object.html]]
Expand Down Expand Up @@ -133,7 +128,12 @@ class Stm32Platform [[class_stm32_platform.html]]
ArduinoPlatform<|--Stm32Platform
class LinuxPlatform [[class_linux_platform.html]]
LinuxPlatform--|>Platform
class CC1310Platform [[class_cc1310_platform.html]]
CC1310Platform--|>Platform
class RP2040ArduinoPlatform [[class_rp2040_arduino_platform.html]]
RP2040ArduinoPlatform--|>ArduinoPlatform
}
package frontend
{
class KnxFacade [[class_knx_facade.html]]
Expand All @@ -149,10 +149,6 @@ knx-->Platform
skinparam monochrome true
skinparam componentStyle uml2
note top of knx
Class diagram for a
<b><color:royalBlue>KNX coupler</color>
end note
package "knx" {
class BusAccessUnit [[class_bus_access_unit.html]]
class DeviceObject [[class_device_object.html]]
Expand Down Expand Up @@ -234,7 +230,12 @@ class Stm32Platform [[class_stm32_platform.html]]
ArduinoPlatform<|--Stm32Platform
class LinuxPlatform [[class_linux_platform.html]]
LinuxPlatform--|>Platform
class CC1310Platform [[class_cc1310_platform.html]]
CC1310Platform--|>Platform
class RP2040ArduinoPlatform [[class_rp2040_arduino_platform.html]]
RP2040ArduinoPlatform--|>ArduinoPlatform
}
package frontend
{
class KnxFacade [[class_knx_facade.html]]
Expand Down

0 comments on commit 150f3fc

Please sign in to comment.