-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement functions to get publisher and subcription informations like QoS policies from topic name #336
Implement functions to get publisher and subcription informations like QoS policies from topic name #336
Commits on Oct 25, 2019
-
Signed-off-by: Jaison Titus <jaisontj92@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6721292 - Browse repository at this point
Copy the full SHA 6721292View commit details -
Moved qos_converter to include/ since it needs to be accessible to
topic_cache.hpp Signed-off-by: Jaison Titus <jaisontj92@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 944e1f3 - Browse repository at this point
Copy the full SHA 944e1f3View commit details -
- Modified topic_cache to include qos policies
- Modified call to topic_cache.addTopic at custom_participant_info.hpp - Wrote tests for topic_cache Signed-off-by: Jaison Titus <jaisontj92@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e7a4a7e - Browse repository at this point
Copy the full SHA e7a4a7eView commit details -
Stubs for rmw_get_publishers_info_by_topic and
rmw_get_subscriptions_info_by_topic Signed-off-by: Jaison Titus <jaisontj92@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d0ac7e0 - Browse repository at this point
Copy the full SHA d0ac7e0View commit details
Commits on Nov 14, 2019
-
Implemented rmw_get_publishers_info_by_topic and
rmw_get_subscriptions_info_by_topic Signed-off-by: Jaison Titus <jaisontj92@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e640479 - Browse repository at this point
Copy the full SHA e640479View commit details -
- Addressing code review changes: Using const auto instead of auto
Signed-off-by: Jaison Titus <jaisontj92@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1a80e44 - Browse repository at this point
Copy the full SHA 1a80e44View commit details
Commits on Nov 16, 2019
-
- changed to using instead of typedef Signed-off-by: Jaison Titus <jaisontj92@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 30a2a56 - Browse repository at this point
Copy the full SHA 30a2a56View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbfe0b4 - Browse repository at this point
Copy the full SHA dbfe0b4View commit details
Commits on Nov 22, 2019
-
- Refactor to accomodate change in rmw_topic_info_set* functions.
- Refactor to accomodate change in rmw_topic_info_array* functions. Signed-off-by: Jaison Titus <jaisontj92@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 04b29c8 - Browse repository at this point
Copy the full SHA 04b29c8View commit details -
Refactor to accomodate change of gid from const char * to uint8_t[]
Signed-off-by: Jaison Titus <jaisontj92@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for af1e536 - Browse repository at this point
Copy the full SHA af1e536View commit details -
Moved dds_qos_to_rmw_qos from qos_converter to qos.hpp
Signed-off-by: Jaison Titus <jaisontj92@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e87e83c - Browse repository at this point
Copy the full SHA e87e83cView commit details
Commits on Nov 23, 2019
-
- Modified topic cache to store participant guid and
publisher/subscription guid seperately - Modified the tests to reflect this change - Fixed bug where get_topic_info was not accounting for calls from the same participant resulting in node name and namespaces not being found. Signed-off-by: Jaison Titus <jaisontj92@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 16fcaed - Browse repository at this point
Copy the full SHA 16fcaedView commit details
Commits on Nov 27, 2019
-
- Handled changes in headers from rmw
- Cleaning up allocated memory on failed rmw_topic_info setters - Improvement in comments - TopicData.guid renamed to TopicData.entity_guid Signed-off-by: Jaison Titus <jaisontj92@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fea85a6 - Browse repository at this point
Copy the full SHA fea85a6View commit details -
Signed-off-by: Jaison Titus <jaisontj92@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1a4d9fa - Browse repository at this point
Copy the full SHA 1a4d9faView commit details
Commits on Dec 11, 2019
-
fix error handling in _handle_topic_info_fini()
Signed-off-by: Miaofei <miaofei@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 169f218 - Browse repository at this point
Copy the full SHA 169f218View commit details
Commits on Dec 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 36e9718 - Browse repository at this point
Copy the full SHA 36e9718View commit details
Commits on Dec 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8152876 - Browse repository at this point
Copy the full SHA 8152876View commit details
Commits on Dec 19, 2019
-
conditionally demangle type name
Signed-off-by: Miaofei <miaofei@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 642d9ed - Browse repository at this point
Copy the full SHA 642d9edView commit details
Commits on Dec 28, 2019
-
reverse condition for demangling type name
Signed-off-by: Miaofei <miaofei@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 38dec2a - Browse repository at this point
Copy the full SHA 38dec2aView commit details
Commits on Jan 2, 2020
-
properly initialize history and history depth in topic info
Signed-off-by: Miaofei <miaofei@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for c231f14 - Browse repository at this point
Copy the full SHA c231f14View commit details
Commits on Jan 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a1a5e79 - Browse repository at this point
Copy the full SHA a1a5e79View commit details -
rename *topic_info* to *topic_endpoint_info*
Signed-off-by: Miaofei <miaofei@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 354cae2 - Browse repository at this point
Copy the full SHA 354cae2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fe66ed - Browse repository at this point
Copy the full SHA 1fe66edView commit details