docs: updated plantuml files to remove tlv/imn references and regenerated images

This commit is contained in:
Blake Harnden 2022-03-08 16:10:22 -08:00
parent 41db531e97
commit f0750d78b0
4 changed files with 8 additions and 13 deletions

View file

@ -9,7 +9,6 @@ skinparam {
package User { package User {
component "core-gui" as gui #DeepSkyBlue component "core-gui" as gui #DeepSkyBlue
component "coresendmsg" #DeepSkyBlue
component "python scripts" as scripts #DeepSkyBlue component "python scripts" as scripts #DeepSkyBlue
component vcmd #DeepSkyBlue component vcmd #DeepSkyBlue
} }
@ -31,15 +30,11 @@ package "Linux System" {
} }
package API { package API {
interface TLV as tlv
interface gRPC as grpc interface gRPC as grpc
} }
gui <..> tlv gui <..> grpc
coresendmsg <..> tlv
scripts <..> tlv
scripts <..> grpc scripts <..> grpc
tlv -- daemon
grpc -- daemon grpc -- daemon
scripts -- core scripts -- core
daemon - core daemon - core

View file

@ -5,7 +5,7 @@ skinparam {
StateBackgroundColor #LightSteelBlue StateBackgroundColor #LightSteelBlue
} }
Definition: Session XML/IMN Definition: Session XML
Definition: GUI Drawing Definition: GUI Drawing
Definition: Scripts Definition: Scripts

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 22 KiB