Skip to content

Commit

Permalink
iox-eclipse-iceoryx#590 Add todo's to PUML
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
  • Loading branch information
mossmaurice committed May 11, 2021
1 parent 130ebe2 commit 9c82f13
Showing 1 changed file with 6 additions and 5 deletions.
Expand Up @@ -17,15 +17,15 @@ skinparam frame {
' PlantUML package: CMake package
' PlantUML frame: CMake library

' @todo
' @todo #590
' RouDi split, separate files and namespaces for static/dynamic discovery
' Rework exported libraries (add_library in CMakeLists.txt)
' RouDiEnvironment shall not be in roudi namespace
' Implement exported libraries (add_library in iceoryx_posh/CMakeLists.txt)
' RouDiEnvironment shall not be in roudi namespace, but in testing

header Eclipse iceoryx component overview

' POSH: POSIX SHared memory
' Publsh/subscribe IPC communication infrastructure
' Publish/subscribe IPC communication infrastructure
package iceoryx_posh {
frame "core library" {
component popo <<namespace>>
Expand All @@ -51,6 +51,7 @@ package iceoryx_posh {
component config <<namespace>>
component helper <<namespace>>
}
component errors <<namespace>>
}

' HOOFS: Helpful Objects Optimised For Safety
Expand All @@ -64,7 +65,7 @@ package iceoryx_hoofs {
component algorithm <<namespace>>
}
component DesignPattern <<namespace>>
component error_handling <<namespace>>
component errors <<namespace>>
component log <<namespace>> {
component ffbb <<namespace>>
}
Expand Down

0 comments on commit 9c82f13

Please sign in to comment.