forked from eclipse-iceoryx/iceoryx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iox-eclipse-iceoryx#743 Fix include issue
Signed-off-by: Simon Hoinkis <[email protected]>
- Loading branch information
1 parent
2c95bf9
commit f03a33d
Showing
17 changed files
with
47 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
@startuml | ||
object ProcessManager { | ||
creates objects and | ||
handles discovery | ||
} | ||
object ProcessAlice | ||
object ProcessBob | ||
object NodeSubscriber | ||
object NodePublisher | ||
object PublisherRadar | ||
object PublisherVideo | ||
object SubscriberRadar | ||
object SubscriberVideo | ||
object WaitSet | ||
object Listener | ||
object EventVariableA | ||
object EventVariableB | ||
|
||
ProcessManager o-- ProcessAlice : <<creates>> | ||
ProcessManager o-- ProcessBob : <<creates>> | ||
ProcessBob "1" *-- "1..*" NodePublisher | ||
NodeSubscriber "1" *-- "0..*" PublisherRadar | ||
NodeSubscriber "1" *-- "0..*" PublisherVideo | ||
ProcessAlice "1" *-- "1..*" NodeSubscriber | ||
NodePublisher "1" *-- "0..*" SubscriberRadar | ||
NodePublisher "1" *-- "0..*" SubscriberVideo | ||
NodePublisher "1" *-- "0..*" WaitSet | ||
NodePublisher "1" *-- "0..*" Listener | ||
WaitSet "1" *-- "1" EventVariableA | ||
Listener "1" *-- "1" EventVariableB | ||
@enduml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
--- | ||
title: Safe building blocks | ||
--- | ||
{! ./../iceoryx_utils/README.md !} | ||
{! ../iceoryx/iceoryx_utils/README.md !} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
title: List of examples | ||
--- | ||
|
||
{! ./../iceoryx_examples/README.md !} | ||
{! ../iceoryx/iceoryx_examples/README.md !} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
--- | ||
title: Waiting for events like arrival of data using C++ | ||
--- | ||
{! ./../iceoryx_examples/waitset/README.md !} | ||
{! ../iceoryx/iceoryx_examples/waitset/README.md !} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters