-
Notifications
You must be signed in to change notification settings - Fork 775
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
[20242] TypeLookup listeners implementation #4240
[20242] TypeLookup listeners implementation #4240
Conversation
src/cpp/fastdds/builtin/type_lookup_service/TypeLookupRequestListener.cpp
Outdated
Show resolved
Hide resolved
src/cpp/fastdds/builtin/type_lookup_service/TypeLookupRequestListener.cpp
Outdated
Show resolved
Hide resolved
src/cpp/fastdds/builtin/type_lookup_service/TypeLookupRequestListener.cpp
Outdated
Show resolved
Hide resolved
src/cpp/fastdds/builtin/type_lookup_service/TypeLookupRequestListener.cpp
Outdated
Show resolved
Hide resolved
src/cpp/fastdds/builtin/type_lookup_service/TypeLookupRequestListener.cpp
Outdated
Show resolved
Hide resolved
src/cpp/fastdds/builtin/type_lookup_service/TypeLookupRequestListener.cpp
Outdated
Show resolved
Hide resolved
src/cpp/fastdds/builtin/type_lookup_service/TypeLookupRequestListener.cpp
Outdated
Show resolved
Hide resolved
src/cpp/fastdds/builtin/type_lookup_service/TypeLookupReplyListener.cpp
Outdated
Show resolved
Hide resolved
src/cpp/fastdds/builtin/type_lookup_service/TypeLookupReplyListener.hpp
Outdated
Show resolved
Hide resolved
src/cpp/fastdds/builtin/type_lookup_service/TypeLookupReplyListener.hpp
Outdated
Show resolved
Hide resolved
f5f5abc
to
52fc9f8
Compare
@richiprosima please test this |
fde5978
to
29681bc
Compare
@richiprosima please test this |
9538ccd
to
13eb216
Compare
13eb216
to
2e3caf5
Compare
38ebcb1
to
dd105e0
Compare
ec6de74
to
1186bad
Compare
27df183
to
918454a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Partial review. TypeLookupManager and TypeLookupReplyListener classes pending to be reviewed.
src/cpp/fastdds/builtin/type_lookup_service/TypeLookupRequestListener.cpp
Outdated
Show resolved
Hide resolved
src/cpp/fastdds/builtin/type_lookup_service/TypeLookupRequestListener.cpp
Outdated
Show resolved
Hide resolved
src/cpp/fastdds/builtin/type_lookup_service/TypeLookupRequestListener.cpp
Outdated
Show resolved
Hide resolved
src/cpp/fastdds/builtin/type_lookup_service/TypeLookupRequestListener.cpp
Outdated
Show resolved
Hide resolved
src/cpp/fastdds/builtin/type_lookup_service/TypeLookupRequestListener.cpp
Show resolved
Hide resolved
src/cpp/fastdds/builtin/type_lookup_service/TypeLookupReplyListener.hpp
Outdated
Show resolved
Hide resolved
src/cpp/fastdds/builtin/type_lookup_service/TypeLookupReplyListener.hpp
Outdated
Show resolved
Hide resolved
src/cpp/fastdds/builtin/type_lookup_service/TypeLookupReplyListener.cpp
Outdated
Show resolved
Hide resolved
src/cpp/fastdds/builtin/type_lookup_service/TypeLookupReplyListener.cpp
Outdated
Show resolved
Hide resolved
src/cpp/fastdds/builtin/type_lookup_service/TypeLookupReplyListener.cpp
Outdated
Show resolved
Hide resolved
src/cpp/fastdds/builtin/type_lookup_service/TypeLookupManager.hpp
Outdated
Show resolved
Hide resolved
src/cpp/fastdds/builtin/type_lookup_service/TypeLookupManager.hpp
Outdated
Show resolved
Hide resolved
src/cpp/fastdds/builtin/type_lookup_service/TypeLookupManager.cpp
Outdated
Show resolved
Hide resolved
src/cpp/fastdds/builtin/type_lookup_service/TypeLookupManager.cpp
Outdated
Show resolved
Hide resolved
src/cpp/fastdds/builtin/type_lookup_service/TypeLookupManager.cpp
Outdated
Show resolved
Hide resolved
7b4c6fb
to
bf49f7b
Compare
src/cpp/fastdds/builtin/type_lookup_service/TypeLookupReplyListener.hpp
Outdated
Show resolved
Hide resolved
de0d0e3
to
49cf957
Compare
@richiprosima please test_3 this |
4e6bea8
to
27a861e
Compare
The following Doxygen typo would be nice to fix in order for the documentation tests to pass:
|
2510674
to
7a602df
Compare
Now we works successfully against OpenDDS 3.27 Signed-off-by: Ricardo González Moreno <[email protected]>
7a602df
to
b0e2e65
Compare
Signed-off-by: Ricardo González Moreno <[email protected]>
@richiprosima please test_3 this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with green CI
Manual Documentation job: SUCCESS |
Signed-off-by: Ricardo González <[email protected]>
1e13843
to
5ae348a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with green CI
@richiprosima please test_3 this |
* Refs #20157: Implemented async_get_type replies. Signed-off-by: adriancampo <[email protected]> * Refs #20157: Changeds to instance_name. Signed-off-by: adriancampo <[email protected]> * Refs #20157: Changes to check_type_identifier_received Signed-off-by: adriancampo <[email protected]> * Refs #20157: Added continuation point checks. Signed-off-by: adriancampo <[email protected]> * Refs #20157: Removed old function Signed-off-by: adriancampo <[email protected]> * Refs #20160: Implemented async_get_type request listener. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added continuation point management Signed-off-by: adriancampo <[email protected]> * Refs #20160: Renames and comments improvements Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixed deadlock, renamed discovery methods. Applied suggestions. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Small fix in reply error check. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Created get_complementary_type_identifier method. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added valid_matching check for TypeInformation. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added send and receive error logs. Added missing continuation_point reply management Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added check for requests with no TypeIdentifiers and small fixes. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added listener classes to handle change acks Signed-off-by: adriancampo <[email protected]> * Refs #20160: Restored minimal_from_complete_type_identifier method from TypeObjectRegistry Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixes for TypeInformation serializer Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added typelookup_service_threads to XMLParser Signed-off-by: adriancampo <[email protected]> * Refs #20160. Remove old function Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20160. Fix Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20160: Fixes for TypeLookupManager destruction with pending callbacks. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Changes for instance_names to use the full GUID. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Applied suggestions. Removed overloaded discovery methods. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Changes for xtypes doc. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fix for LOG macro. Remove consistency check from register_type_object(from TypeLookupManager). Signed-off-by: adriancampo <[email protected]> * Refs #20160: Applied suggestions. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Removed obsolete check. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixed DS tests and warnings. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixes after rebase. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Windows warning. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Applied suggestions. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixed tests. Signed-off-by: adriancampo <[email protected]> * Refs #20242. Update unsupported_type_info tests. Now we works successfully against OpenDDS 3.27 Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20242. Apply suggestion Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20242. Fix log thread being killed in windows on unit test Signed-off-by: Ricardo González <[email protected]> --------- Signed-off-by: adriancampo <[email protected]> Signed-off-by: Ricardo González Moreno <[email protected]> Signed-off-by: Ricardo González <[email protected]> Co-authored-by: Ricardo González Moreno <[email protected]>
* Refs #20157: Implemented async_get_type replies. Signed-off-by: adriancampo <[email protected]> * Refs #20157: Changeds to instance_name. Signed-off-by: adriancampo <[email protected]> * Refs #20157: Changes to check_type_identifier_received Signed-off-by: adriancampo <[email protected]> * Refs #20157: Added continuation point checks. Signed-off-by: adriancampo <[email protected]> * Refs #20157: Removed old function Signed-off-by: adriancampo <[email protected]> * Refs #20160: Implemented async_get_type request listener. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added continuation point management Signed-off-by: adriancampo <[email protected]> * Refs #20160: Renames and comments improvements Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixed deadlock, renamed discovery methods. Applied suggestions. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Small fix in reply error check. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Created get_complementary_type_identifier method. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added valid_matching check for TypeInformation. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added send and receive error logs. Added missing continuation_point reply management Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added check for requests with no TypeIdentifiers and small fixes. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added listener classes to handle change acks Signed-off-by: adriancampo <[email protected]> * Refs #20160: Restored minimal_from_complete_type_identifier method from TypeObjectRegistry Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixes for TypeInformation serializer Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added typelookup_service_threads to XMLParser Signed-off-by: adriancampo <[email protected]> * Refs #20160. Remove old function Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20160. Fix Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20160: Fixes for TypeLookupManager destruction with pending callbacks. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Changes for instance_names to use the full GUID. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Applied suggestions. Removed overloaded discovery methods. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Changes for xtypes doc. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fix for LOG macro. Remove consistency check from register_type_object(from TypeLookupManager). Signed-off-by: adriancampo <[email protected]> * Refs #20160: Applied suggestions. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Removed obsolete check. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixed DS tests and warnings. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixes after rebase. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Windows warning. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Applied suggestions. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixed tests. Signed-off-by: adriancampo <[email protected]> * Refs #20242. Update unsupported_type_info tests. Now we works successfully against OpenDDS 3.27 Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20242. Apply suggestion Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20242. Fix log thread being killed in windows on unit test Signed-off-by: Ricardo González <[email protected]> --------- Signed-off-by: adriancampo <[email protected]> Signed-off-by: Ricardo González Moreno <[email protected]> Signed-off-by: Ricardo González <[email protected]> Co-authored-by: Ricardo González Moreno <[email protected]>
* Refs #20157: Implemented async_get_type replies. Signed-off-by: adriancampo <[email protected]> * Refs #20157: Changeds to instance_name. Signed-off-by: adriancampo <[email protected]> * Refs #20157: Changes to check_type_identifier_received Signed-off-by: adriancampo <[email protected]> * Refs #20157: Added continuation point checks. Signed-off-by: adriancampo <[email protected]> * Refs #20157: Removed old function Signed-off-by: adriancampo <[email protected]> * Refs #20160: Implemented async_get_type request listener. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added continuation point management Signed-off-by: adriancampo <[email protected]> * Refs #20160: Renames and comments improvements Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixed deadlock, renamed discovery methods. Applied suggestions. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Small fix in reply error check. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Created get_complementary_type_identifier method. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added valid_matching check for TypeInformation. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added send and receive error logs. Added missing continuation_point reply management Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added check for requests with no TypeIdentifiers and small fixes. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added listener classes to handle change acks Signed-off-by: adriancampo <[email protected]> * Refs #20160: Restored minimal_from_complete_type_identifier method from TypeObjectRegistry Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixes for TypeInformation serializer Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added typelookup_service_threads to XMLParser Signed-off-by: adriancampo <[email protected]> * Refs #20160. Remove old function Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20160. Fix Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20160: Fixes for TypeLookupManager destruction with pending callbacks. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Changes for instance_names to use the full GUID. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Applied suggestions. Removed overloaded discovery methods. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Changes for xtypes doc. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fix for LOG macro. Remove consistency check from register_type_object(from TypeLookupManager). Signed-off-by: adriancampo <[email protected]> * Refs #20160: Applied suggestions. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Removed obsolete check. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixed DS tests and warnings. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixes after rebase. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Windows warning. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Applied suggestions. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixed tests. Signed-off-by: adriancampo <[email protected]> * Refs #20242. Update unsupported_type_info tests. Now we works successfully against OpenDDS 3.27 Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20242. Apply suggestion Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20242. Fix log thread being killed in windows on unit test Signed-off-by: Ricardo González <[email protected]> --------- Signed-off-by: adriancampo <[email protected]> Signed-off-by: Ricardo González Moreno <[email protected]> Signed-off-by: Ricardo González <[email protected]> Co-authored-by: Ricardo González Moreno <[email protected]>
* Refs #20157: Implemented async_get_type replies. Signed-off-by: adriancampo <[email protected]> * Refs #20157: Changeds to instance_name. Signed-off-by: adriancampo <[email protected]> * Refs #20157: Changes to check_type_identifier_received Signed-off-by: adriancampo <[email protected]> * Refs #20157: Added continuation point checks. Signed-off-by: adriancampo <[email protected]> * Refs #20157: Removed old function Signed-off-by: adriancampo <[email protected]> * Refs #20160: Implemented async_get_type request listener. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added continuation point management Signed-off-by: adriancampo <[email protected]> * Refs #20160: Renames and comments improvements Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixed deadlock, renamed discovery methods. Applied suggestions. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Small fix in reply error check. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Created get_complementary_type_identifier method. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added valid_matching check for TypeInformation. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added send and receive error logs. Added missing continuation_point reply management Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added check for requests with no TypeIdentifiers and small fixes. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added listener classes to handle change acks Signed-off-by: adriancampo <[email protected]> * Refs #20160: Restored minimal_from_complete_type_identifier method from TypeObjectRegistry Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixes for TypeInformation serializer Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added typelookup_service_threads to XMLParser Signed-off-by: adriancampo <[email protected]> * Refs #20160. Remove old function Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20160. Fix Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20160: Fixes for TypeLookupManager destruction with pending callbacks. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Changes for instance_names to use the full GUID. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Applied suggestions. Removed overloaded discovery methods. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Changes for xtypes doc. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fix for LOG macro. Remove consistency check from register_type_object(from TypeLookupManager). Signed-off-by: adriancampo <[email protected]> * Refs #20160: Applied suggestions. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Removed obsolete check. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixed DS tests and warnings. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixes after rebase. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Windows warning. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Applied suggestions. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixed tests. Signed-off-by: adriancampo <[email protected]> * Refs #20242. Update unsupported_type_info tests. Now we works successfully against OpenDDS 3.27 Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20242. Apply suggestion Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20242. Fix log thread being killed in windows on unit test Signed-off-by: Ricardo González <[email protected]> --------- Signed-off-by: adriancampo <[email protected]> Signed-off-by: Ricardo González Moreno <[email protected]> Signed-off-by: Ricardo González <[email protected]> Co-authored-by: Ricardo González Moreno <[email protected]>
* Refs #20157: Implemented async_get_type replies. Signed-off-by: adriancampo <[email protected]> * Refs #20157: Changeds to instance_name. Signed-off-by: adriancampo <[email protected]> * Refs #20157: Changes to check_type_identifier_received Signed-off-by: adriancampo <[email protected]> * Refs #20157: Added continuation point checks. Signed-off-by: adriancampo <[email protected]> * Refs #20157: Removed old function Signed-off-by: adriancampo <[email protected]> * Refs #20160: Implemented async_get_type request listener. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added continuation point management Signed-off-by: adriancampo <[email protected]> * Refs #20160: Renames and comments improvements Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixed deadlock, renamed discovery methods. Applied suggestions. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Small fix in reply error check. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Created get_complementary_type_identifier method. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added valid_matching check for TypeInformation. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added send and receive error logs. Added missing continuation_point reply management Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added check for requests with no TypeIdentifiers and small fixes. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added listener classes to handle change acks Signed-off-by: adriancampo <[email protected]> * Refs #20160: Restored minimal_from_complete_type_identifier method from TypeObjectRegistry Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixes for TypeInformation serializer Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added typelookup_service_threads to XMLParser Signed-off-by: adriancampo <[email protected]> * Refs #20160. Remove old function Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20160. Fix Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20160: Fixes for TypeLookupManager destruction with pending callbacks. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Changes for instance_names to use the full GUID. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Applied suggestions. Removed overloaded discovery methods. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Changes for xtypes doc. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fix for LOG macro. Remove consistency check from register_type_object(from TypeLookupManager). Signed-off-by: adriancampo <[email protected]> * Refs #20160: Applied suggestions. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Removed obsolete check. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixed DS tests and warnings. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixes after rebase. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Windows warning. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Applied suggestions. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixed tests. Signed-off-by: adriancampo <[email protected]> * Refs #20242. Update unsupported_type_info tests. Now we works successfully against OpenDDS 3.27 Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20242. Apply suggestion Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20242. Fix log thread being killed in windows on unit test Signed-off-by: Ricardo González <[email protected]> --------- Signed-off-by: adriancampo <[email protected]> Signed-off-by: Ricardo González Moreno <[email protected]> Signed-off-by: Ricardo González <[email protected]> Co-authored-by: Ricardo González Moreno <[email protected]>
* Refs #20157: Implemented async_get_type replies. Signed-off-by: adriancampo <[email protected]> * Refs #20157: Changeds to instance_name. Signed-off-by: adriancampo <[email protected]> * Refs #20157: Changes to check_type_identifier_received Signed-off-by: adriancampo <[email protected]> * Refs #20157: Added continuation point checks. Signed-off-by: adriancampo <[email protected]> * Refs #20157: Removed old function Signed-off-by: adriancampo <[email protected]> * Refs #20160: Implemented async_get_type request listener. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added continuation point management Signed-off-by: adriancampo <[email protected]> * Refs #20160: Renames and comments improvements Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixed deadlock, renamed discovery methods. Applied suggestions. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Small fix in reply error check. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Created get_complementary_type_identifier method. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added valid_matching check for TypeInformation. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added send and receive error logs. Added missing continuation_point reply management Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added check for requests with no TypeIdentifiers and small fixes. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added listener classes to handle change acks Signed-off-by: adriancampo <[email protected]> * Refs #20160: Restored minimal_from_complete_type_identifier method from TypeObjectRegistry Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixes for TypeInformation serializer Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added typelookup_service_threads to XMLParser Signed-off-by: adriancampo <[email protected]> * Refs #20160. Remove old function Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20160. Fix Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20160: Fixes for TypeLookupManager destruction with pending callbacks. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Changes for instance_names to use the full GUID. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Applied suggestions. Removed overloaded discovery methods. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Changes for xtypes doc. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fix for LOG macro. Remove consistency check from register_type_object(from TypeLookupManager). Signed-off-by: adriancampo <[email protected]> * Refs #20160: Applied suggestions. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Removed obsolete check. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixed DS tests and warnings. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixes after rebase. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Windows warning. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Applied suggestions. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixed tests. Signed-off-by: adriancampo <[email protected]> * Refs #20242. Update unsupported_type_info tests. Now we works successfully against OpenDDS 3.27 Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20242. Apply suggestion Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20242. Fix log thread being killed in windows on unit test Signed-off-by: Ricardo González <[email protected]> --------- Signed-off-by: adriancampo <[email protected]> Signed-off-by: Ricardo González Moreno <[email protected]> Signed-off-by: Ricardo González <[email protected]> Co-authored-by: Ricardo González Moreno <[email protected]>
* Refs #20157: Implemented async_get_type replies. Signed-off-by: adriancampo <[email protected]> * Refs #20157: Changeds to instance_name. Signed-off-by: adriancampo <[email protected]> * Refs #20157: Changes to check_type_identifier_received Signed-off-by: adriancampo <[email protected]> * Refs #20157: Added continuation point checks. Signed-off-by: adriancampo <[email protected]> * Refs #20157: Removed old function Signed-off-by: adriancampo <[email protected]> * Refs #20160: Implemented async_get_type request listener. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added continuation point management Signed-off-by: adriancampo <[email protected]> * Refs #20160: Renames and comments improvements Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixed deadlock, renamed discovery methods. Applied suggestions. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Small fix in reply error check. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Created get_complementary_type_identifier method. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added valid_matching check for TypeInformation. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added send and receive error logs. Added missing continuation_point reply management Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added check for requests with no TypeIdentifiers and small fixes. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added listener classes to handle change acks Signed-off-by: adriancampo <[email protected]> * Refs #20160: Restored minimal_from_complete_type_identifier method from TypeObjectRegistry Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixes for TypeInformation serializer Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added typelookup_service_threads to XMLParser Signed-off-by: adriancampo <[email protected]> * Refs #20160. Remove old function Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20160. Fix Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20160: Fixes for TypeLookupManager destruction with pending callbacks. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Changes for instance_names to use the full GUID. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Applied suggestions. Removed overloaded discovery methods. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Changes for xtypes doc. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fix for LOG macro. Remove consistency check from register_type_object(from TypeLookupManager). Signed-off-by: adriancampo <[email protected]> * Refs #20160: Applied suggestions. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Removed obsolete check. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixed DS tests and warnings. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixes after rebase. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Windows warning. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Applied suggestions. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixed tests. Signed-off-by: adriancampo <[email protected]> * Refs #20242. Update unsupported_type_info tests. Now we works successfully against OpenDDS 3.27 Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20242. Apply suggestion Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20242. Fix log thread being killed in windows on unit test Signed-off-by: Ricardo González <[email protected]> --------- Signed-off-by: adriancampo <[email protected]> Signed-off-by: Ricardo González Moreno <[email protected]> Signed-off-by: Ricardo González <[email protected]> Co-authored-by: Ricardo González Moreno <[email protected]>
* Refs #20157: Implemented async_get_type replies. Signed-off-by: adriancampo <[email protected]> * Refs #20157: Changeds to instance_name. Signed-off-by: adriancampo <[email protected]> * Refs #20157: Changes to check_type_identifier_received Signed-off-by: adriancampo <[email protected]> * Refs #20157: Added continuation point checks. Signed-off-by: adriancampo <[email protected]> * Refs #20157: Removed old function Signed-off-by: adriancampo <[email protected]> * Refs #20160: Implemented async_get_type request listener. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added continuation point management Signed-off-by: adriancampo <[email protected]> * Refs #20160: Renames and comments improvements Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixed deadlock, renamed discovery methods. Applied suggestions. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Small fix in reply error check. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Created get_complementary_type_identifier method. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added valid_matching check for TypeInformation. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added send and receive error logs. Added missing continuation_point reply management Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added check for requests with no TypeIdentifiers and small fixes. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added listener classes to handle change acks Signed-off-by: adriancampo <[email protected]> * Refs #20160: Restored minimal_from_complete_type_identifier method from TypeObjectRegistry Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixes for TypeInformation serializer Signed-off-by: adriancampo <[email protected]> * Refs #20160: Added typelookup_service_threads to XMLParser Signed-off-by: adriancampo <[email protected]> * Refs #20160. Remove old function Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20160. Fix Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20160: Fixes for TypeLookupManager destruction with pending callbacks. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Changes for instance_names to use the full GUID. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Applied suggestions. Removed overloaded discovery methods. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Changes for xtypes doc. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fix for LOG macro. Remove consistency check from register_type_object(from TypeLookupManager). Signed-off-by: adriancampo <[email protected]> * Refs #20160: Applied suggestions. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Removed obsolete check. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixed DS tests and warnings. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixes after rebase. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Windows warning. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Applied suggestions. Signed-off-by: adriancampo <[email protected]> * Refs #20160: Fixed tests. Signed-off-by: adriancampo <[email protected]> * Refs #20242. Update unsupported_type_info tests. Now we works successfully against OpenDDS 3.27 Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20242. Apply suggestion Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20242. Fix log thread being killed in windows on unit test Signed-off-by: Ricardo González <[email protected]> --------- Signed-off-by: adriancampo <[email protected]> Signed-off-by: Ricardo González Moreno <[email protected]> Signed-off-by: Ricardo González <[email protected]> Co-authored-by: Ricardo González Moreno <[email protected]>
Description
Contributor Checklist
versions.md
file (if applicable).Reviewer Checklist