forked from CoreSenseEU/coresense_instrumentation
-
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.
New feature: Create Publishers/Subscribers Service with qos_profile
Signed-off-by: Juancams <[email protected]>
- Loading branch information
Showing
4 changed files
with
87 additions
and
4 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
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,9 @@ | ||
string topic_name | ||
string qos_history "KEEP_LAST" | ||
int32 qos_queue 10 | ||
string qos_reliability "RELIABLE" | ||
string qos_durability "VOLATILE" | ||
|
||
--- | ||
bool success | ||
bool success | ||
string message |
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,9 @@ | ||
string topic_name | ||
string qos_history "KEEP_LAST" | ||
int32 qos_queue 10 | ||
string qos_reliability "RELIABLE" | ||
string qos_durability "VOLATILE" | ||
|
||
--- | ||
bool success | ||
bool success | ||
string message |