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

Refactor error framework C++ interface #141

Merged
merged 3 commits into from
May 16, 2024
Merged

Conversation

andistorm
Copy link
Contributor

@andistorm andistorm commented May 8, 2024

Changes

Implementation Base Template:

  • Add error_manager
  • Add error_state_monitor
  • Add error_factory
  • Update raise_error interface
  • Update clear_error interface

Export Template

  • Add error_manager
  • Add error_state_monitor
  • Update subscribe_error interface

ld-ev template

  • Update subscribe_global_all_errors interface

Requires

Implementation Base Template:
* Add error_manager
* Add error_state_monitor
* Add error_factory
* Update raise_error interface
* Update clear_error interface

Export Template
* Add error_manager
* Add error_state_monitor
* Update subscribe_error interface

ld-ev template
* Update subscribe_global_all_errors interface

Signed-off-by: Andreas Heinrich <[email protected]>
@andistorm andistorm force-pushed the feature/add-error-subtype branch from 81c4018 to a3a9b6c Compare May 8, 2024 12:04
@andistorm andistorm changed the title Adapt C++ interface to refactoring in everest-framework Refactor error framework C++ interface May 8, 2024
andistorm added 2 commits May 13, 2024 17:02
Signed-off-by: Andreas Heinrich <[email protected]>
Signed-off-by: Andreas Heinrich <[email protected]>
@andistorm andistorm marked this pull request as ready for review May 13, 2024 15:51
@andistorm andistorm requested a review from hikinggrass May 13, 2024 15:51
@andistorm andistorm merged commit 425bec9 into main May 16, 2024
7 checks passed
@andistorm andistorm deleted the feature/add-error-subtype branch May 16, 2024 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants