Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
watney committed Apr 8, 2024
1 parent e3d61eb commit 1ec9f3a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
Binary file added Svc/FPManager/FPManagerSm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions Svc/FPManager/docs/ClassDiagram.plantuml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ class Response {
setEnabled()
}

class FPManagerSm <<state-machine>> {

}

interface FPManagerSmIf <<interface>> {

}

class Resp1 {
run()
}
Expand All @@ -55,8 +63,10 @@ enum ResponsePriority {
HIGH
}

FPManager .right.|> FPManagerSmIf : Implements
FPManager *-- PriorityQueue
FPManager "1" *-- "*" TableStruct
FPManager *-- FPManagerSm
Response <|-- Resp1
Response <|-- Resp2
Response <|-- RespSafe
Expand Down
Binary file modified Svc/FPManager/docs/ClassDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Svc/FPManager/docs/FPManagerSm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1ec9f3a

Please sign in to comment.