new internal error reporter using local pools #292
Reference in New Issue
Block a user
No description provided.
Delete Branch "KSat/fsfw:mueller/internal-error-rprtr-update"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is the variation of the internal error reporter which uses the new local data pools.
It will provide a good example of how to set up custom classes for the new local data pools as well
as being a good test class to test the new housekeeping service.
This is an API change because no pool IDs are passed to the internal error reporter anymore.
The default set ID and pool IDs are hardcoded for now. It would be , in principle, possible to make them configurable, but I don't see a reason for them to be so.
It is in priniple possible to extend the internal error reporter to track custom error values.