docs: updated plantuml files to remove tlv/imn references and regenerated images
This commit is contained in:
parent
41db531e97
commit
f0750d78b0
4 changed files with 8 additions and 13 deletions
|
@ -9,7 +9,6 @@ skinparam {
|
|||
|
||||
package User {
|
||||
component "core-gui" as gui #DeepSkyBlue
|
||||
component "coresendmsg" #DeepSkyBlue
|
||||
component "python scripts" as scripts #DeepSkyBlue
|
||||
component vcmd #DeepSkyBlue
|
||||
}
|
||||
|
@ -31,15 +30,11 @@ package "Linux System" {
|
|||
}
|
||||
|
||||
package API {
|
||||
interface TLV as tlv
|
||||
interface gRPC as grpc
|
||||
}
|
||||
|
||||
gui <..> tlv
|
||||
coresendmsg <..> tlv
|
||||
scripts <..> tlv
|
||||
gui <..> grpc
|
||||
scripts <..> grpc
|
||||
tlv -- daemon
|
||||
grpc -- daemon
|
||||
scripts -- core
|
||||
daemon - core
|
||||
|
|
|
@ -5,7 +5,7 @@ skinparam {
|
|||
StateBackgroundColor #LightSteelBlue
|
||||
}
|
||||
|
||||
Definition: Session XML/IMN
|
||||
Definition: Session XML
|
||||
Definition: GUI Drawing
|
||||
Definition: Scripts
|
||||
|
||||
|
|
BIN
docs/static/architecture.png
vendored
BIN
docs/static/architecture.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
BIN
docs/static/workflow.png
vendored
BIN
docs/static/workflow.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 22 KiB |
Loading…
Reference in a new issue