Skip to content
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

RouDi modularisation #539

Open
9 tasks
mossmaurice opened this issue Feb 3, 2021 · 0 comments
Open
9 tasks

RouDi modularisation #539

mossmaurice opened this issue Feb 3, 2021 · 0 comments
Assignees
Labels
refactoring Refactor code without adding features
Milestone

Comments

@mossmaurice
Copy link
Contributor

mossmaurice commented Feb 3, 2021

Brief feature description

The current modules and classes in RouDi are entangled and sometimes depend on each other. For safety certification a clear structure and concept is needed.

Detailed information

  • Replace m_run in CmdLineArgs_t, also see here
  • Draft a plan on how to split iceoryx_posh
    • Distinguish between safety and community building blocks
      • RouDi::monitorAndDiscoveryUpdate() needs to be removed for static discovery (see this discussion)
      • Create objects in shared memory statically during init phase
  • Implement split of iceoryx_posh
  • ProcessManager::ProcessManager shall use separate error codes for each error
  • Move RouDI into separate CMake target
  • Move namespace roudi contents from iceoryx_posh_types.hpp into roudi cmake target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Refactor code without adding features
Projects
None yet
Development

No branches or pull requests

1 participant