rticommunity / rticommunity/rticonnextdds-examples
[FEAT] Create more XML application definition examples
Open
Nobody has claimed this yet.
suggestion
- Dominant language
- Python
- Stars
- 148
- Forks
- 153
- PR merge metrics
- No merged PRs in 30d
Description
Feature description
There are missing xml defined application examples for different data types and languages.
I suggest creating the following examples
./examples
├── xml_application_compiled_types
│ ├── c++11
│ ├── c++98
│ └── python
└── xml_application_dynamic_types
├── c++11 << This is the only one that already exists under folder xml_application_env
├── c++98
└── python
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in ./examples and compare the existing dynamic C++11 example under xml_application_env with the requested application definition layout. Create the missing compiled and dynamic examples for C++11, C++98, and Python, with the requested data-type coverage, then verify that all listed example directories are present and usable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, python, xml
- Domain
- distributed-systems
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100