Skip to content

Commit

Permalink
iox-#1295 Apply new suggestions for 'meta', 'logging' module and create
Browse files Browse the repository at this point in the history
'ipc' on one

Signed-off-by: Simon Hoinkis <[email protected]>
  • Loading branch information
mossmaurice committed Sep 29, 2022
1 parent de1438a commit aeb182f
Show file tree
Hide file tree
Showing 3 changed files with 364 additions and 85 deletions.
14 changes: 8 additions & 6 deletions doc/design/diagrams/iceoryx_components_diagram_v3_0_0.puml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,12 @@ package iceoryx_hoofs {
component Filesystem <<module>>
component Functional <<module>>
component Utility <<module>>
component Metaprogramming <<module>>
component "Queues & communication" <<module>>
component Primitives <<module>>
component Queues <<module>>
component "Inter-process communication" <<module>>
component "Threads & sychronisation" <<module>>
component "Generalized design patterns & abstractions" <<module>>
component "Error handling & logging" <<module>>
component Reporting <<module>>
component Time <<module>>
}
}
Expand All @@ -60,8 +61,9 @@ package iceoryx_hoofs {
package iceoryx_dust {
frame "dust library" {
component "Containers" <<module>> as additional_containers
component "Filesystem & OS" <<module>> as additional_filesystem
component "Queues & communication" <<module>> as additional_queues
component "Filesystem" <<module>> as additional_filesystem
component "Queues" <<module>> as additional_queues
component "Inter-process communication" <<module>> as additional_ipc
}
}

Expand Down Expand Up @@ -107,7 +109,7 @@ package iceoryx_dds {
package automotive_soa {
}

' iceoryx-rs: Rust wrapper for iceoryx
' iceoryx-rs: Rust binding for iceoryx
'
package iceoryx_rs {
}
Expand Down
Loading

0 comments on commit aeb182f

Please sign in to comment.