-
Notifications
You must be signed in to change notification settings - Fork 793
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow fully qualified name in TypeDescriptor (#2005)
* Allow fully qualified name in TypeDescriptor According to the DDS-XTypes spec 7.5.2.4.10, the name of TypeDescriptor should be the fully qualified name, which is the concatenation of module names with the name of a type inside of those modules. This change will allow an object of DynamicTypeBuilder to set a type name that contains colon in it. Signed-off-by: Yangbo Long <yangbo.long.mav@gmail.com> * Try to fix linters Signed-off-by: Yangbo Long <yangbo.long.mav@gmail.com> * Add some unit tests for type descriptor names Signed-off-by: Yangbo Long <yangbo.long.mav@gmail.com> * Fix linters Signed-off-by: Yangbo Long <yangbo.long.mav@gmail.com> (cherry picked from commit 61267e3) Co-authored-by: h.o.t. neglected <yangbo.long.mav@gmail.com>
- Loading branch information
1 parent
d9dac63
commit 661a563
Showing
3 changed files
with
128 additions
and
28 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