-
Notifications
You must be signed in to change notification settings - Fork 67
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
Adding required structs and methods to get a list of publishers or subscribers with their respective qos #186
Adding required structs and methods to get a list of publishers or subscribers with their respective qos #186
Commits on Oct 25, 2019
-
rmw_participant_qos_profile_t: stores the publisher or subscriber name and its respective qos profile rmw_participants_t : represents a list of rmw_participants_qos_profile_t Signed-off-by: Jaison Titus <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cce521a - Browse repository at this point
Copy the full SHA cce521aView commit details -
Added two functions to retrieve the list of all subscribers and publi…
…shers to a topic, along with their respective qos profiles. Signed-off-by: Jaison Titus <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8fe5fd2 - Browse repository at this point
Copy the full SHA 8fe5fd2View commit details -
Allocator and free functions for rmw_participant_qos_profile
Signed-off-by: Jaison Titus <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69744dd - Browse repository at this point
Copy the full SHA 69744ddView commit details -
Signed-off-by: Jaison Titus <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 20bedc2 - Browse repository at this point
Copy the full SHA 20bedc2View commit details -
Tests to rmw_participant_qos_profile_t_allocator
Signed-off-by: Jaison Titus <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 94b27b3 - Browse repository at this point
Copy the full SHA 94b27b3View commit details -
Modified tests to avoid memory leak
Signed-off-by: Jaison Titus <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed9651e - Browse repository at this point
Copy the full SHA ed9651eView commit details -
- Updated rmw_participants_t to use rmw_participant_qos_profile_t *
instead of a generic pointer - Updated tests to use the correct deallocator Signed-off-by: Jaison Titus <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5c5ccbf - Browse repository at this point
Copy the full SHA 5c5ccbfView commit details -
Changed rmw_participants_t to use a pointer to an array.
Signed-off-by: Jaison Titus <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 06c5d4c - Browse repository at this point
Copy the full SHA 06c5d4cView commit details -
PR rework after design changes
- Removed allocator and free for rmw_participant_qos_profile_t - Added new structs to better represent required data - Added functions to get publisher and subscriber info by topic - Removed previously created tests for the allocator and free functions Signed-off-by: Jaison Titus <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a5e113b - Browse repository at this point
Copy the full SHA a5e113bView commit details -
- Changed member variables from const type const to const type in
rmw_topic_info_t - Change type of gid to const char * Signed-off-by: Jaison Titus <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1714008 - Browse repository at this point
Copy the full SHA 1714008View commit details
Commits on Oct 31, 2019
-
- Added zero_init, check_zero, init_with_size and fini functions for
rmw_topic_info_array_t - Added tests for the same Signed-off-by: Jaison Titus <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 583687e - Browse repository at this point
Copy the full SHA 583687eView commit details
Commits on Nov 14, 2019
-
- Setters for allocating memory and copying strings for gid, topic_type, node_name and node_namespace Signed-off-by: Jaison Titus <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91a5668 - Browse repository at this point
Copy the full SHA 91a5668View commit details -
- Fixed warnings on deallocate by casting const char * to char *
- No longer returning error if info_array is not allocated memory in fini Signed-off-by: Jaison Titus <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 091988c - Browse repository at this point
Copy the full SHA 091988cView commit details
Commits on Nov 15, 2019
-
Signed-off-by: Jaison Titus <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ad84fb3 - Browse repository at this point
Copy the full SHA ad84fb3View commit details
Commits on Nov 16, 2019
-
- Using strncpy instead of strcpy
Signed-off-by: Jaison Titus <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b22c98 - Browse repository at this point
Copy the full SHA 9b22c98View commit details
Commits on Nov 20, 2019
-
Using memcpy instead of strncpy to prevent warnings on Windows
Signed-off-by: Jaison Titus <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 383e4a6 - Browse repository at this point
Copy the full SHA 383e4a6View commit details
Commits on Nov 23, 2019
-
- Comment modification to be more explicit.
- Changed topic_info* method signatures - Moved topic_info_set* functions to a different file - Tests for topic_info_set* functions - Changed type of gid in rmw_topic_info_t to uint8_t[] - Changed type of qos_profile in rmw_topic_info_t from pointer to storing the structure. Signed-off-by: Jaison Titus <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e0e27f - Browse repository at this point
Copy the full SHA 5e0e27fView commit details
Commits on Nov 27, 2019
-
- Moved get_*_info_by_topic functions to a new file Signed-off-by: Jaison Titus <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1d9e1fe - Browse repository at this point
Copy the full SHA 1d9e1feView commit details -
Using memcpy in topic_info_set_gid
Signed-off-by: Jaison Titus <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cbd91b3 - Browse repository at this point
Copy the full SHA cbd91b3View commit details -
Added init and fini functions for rmw_topic_info_t and tests for the
same. Signed-off-by: Jaison Titus <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e24e1f4 - Browse repository at this point
Copy the full SHA e24e1f4View commit details
Commits on Dec 11, 2019
-
change c-strings under topic_info to be non-const
Signed-off-by: Miaofei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 272a2dc - Browse repository at this point
Copy the full SHA 272a2dcView commit details
Commits on Dec 12, 2019
-
revert the change that removed const qualifiers
Signed-off-by: Miaofei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c00ad69 - Browse repository at this point
Copy the full SHA c00ad69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e8f892 - Browse repository at this point
Copy the full SHA 3e8f892View commit details
Commits on Dec 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a1c35de - Browse repository at this point
Copy the full SHA a1c35deView commit details
Commits on Jan 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 747c4c9 - Browse repository at this point
Copy the full SHA 747c4c9View commit details -
use constant instead of literal for history depth
Signed-off-by: Miaofei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 06bb093 - Browse repository at this point
Copy the full SHA 06bb093View commit details
Commits on Jan 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c82859b - Browse repository at this point
Copy the full SHA c82859bView commit details -
rename *topic_info* to *topic_endpoint_info*
Signed-off-by: Miaofei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 702aef2 - Browse repository at this point
Copy the full SHA 702aef2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ddb815 - Browse repository at this point
Copy the full SHA 8ddb815View commit details -
remove unused enum value from rmw_endpoint_type_t
Signed-off-by: Miaofei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d9675a - Browse repository at this point
Copy the full SHA 6d9675aView commit details
Commits on Jan 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2915b73 - Browse repository at this point
Copy the full SHA 2915b73View commit details