-
Updated
Dec 6, 2020 - C++
dds
Here are 162 public repositories matching this topic...
-
Updated
Dec 5, 2020 - C++
-
Updated
Aug 15, 2020 - JavaScript
-
Updated
Oct 29, 2020 - TypeScript
-
Updated
Nov 22, 2020 - C#
-
Updated
Nov 17, 2020 - C++
-
Updated
Jun 1, 2020 - C++
-
Updated
Sep 25, 2018 - C#
-
Updated
Nov 13, 2020 - C#
-
Updated
Oct 25, 2020 - C
The example on the RTI community site does not exist yet, because hosting the xml files on github is a prerequisite.
I will update the readme.md when the example exists, and include the link
Originally posted by @rgrti in rticommunity/rticonnextdds-examples#296
-
Updated
Nov 21, 2019 - C#
-
Updated
Apr 20, 2020 - C++
-
Updated
Oct 12, 2020 - C#
-
Updated
Dec 1, 2020 - C++
-
Updated
Dec 4, 2020 - C
-
Updated
Dec 3, 2020 - C++
-
Updated
Nov 10, 2020 - JSON
Improve this page
Add a description, image, and links to the dds topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dds topic, visit your repo's landing page and select "manage topics."


Brief feature description
Iceoryx uses a variety of strings (
std::string,cxx::string<>,cxx::CString100, etc).Once #253 is merged this mishmash should be cleaned-up.
Detailed information
Only use
cxx:string<>or types created from it.No std::string in public API
No more std::strings in code base