Skip to content

Cleanup process_group_manager directory #375

Description

@MaciejKaszynski

What

After PR #370 we should organize the directories as the directory names don't respect the abstraction layers.

score/launch_manager/src/daemon/src/component_manager
├── details
│   └── process    // Each implementation of a component has a separate sub folder
│       ├── process.hpp
│       └── process_monitor.hpp
├── icomponent.hpp  // All files need to be on the component level
└── run_target.hpp

Acceptance Criteria (DoD)

  • All component specific code is in a different directory to all process specific code.

How

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    Status
    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions