Simba-Avionic / Simba-Avionic/srp
Extend SRP_Platform data_generator to support fix_size arrays
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 1
- Forks
- 3
- Avg merge
- 34m
- Merged PRs (30d)
- 1
Description
Przydało by się rozszerzyć srp_platforem data_generator o obsługę tablic o znanym rozmiarze np unit8[12].
Opcjonalnie można by też dodać obsługę tablic o dowolnym / jakoś ograniczonym rozmiarzę np vector
Contributor guide
No contributing guide indexed for this repository
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 by locating the SRP_Platform data_generator entry point and reading how existing data types are represented. Define the expected behavior for fixed-size arrays such as uint8[12], then determine whether variable-size or bounded vector support is in scope. Done means the generator handles the agreed array form and its generated output is verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100