Add Health Service Announce All Health Info #725
No reviewers
Labels
No Label
API Change
Breaking API Change
bug
build
cosmetics
Documentation
duplicate
feature
help wanted
hotfix
invalid
question
Refactor
Tests
wontfix
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: fsfw/fsfw#725
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "eive/fsfw:add_health_service_announce_all"
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?
Add Health Service Announce All Health Infoto WIP: Add Health Service Announce All Health InfoWIP: Add Health Service Announce All Health Infoto Add Health Service Announce All Health InfoWe should do this in a better way in the future but I think it's ok for now.
@ -0,0 +14,4 @@
maxNumHealthInfoPerCycle(maxNumHealthInfoPerCycle) {}
object_id_t objectId;
uint16_t apid;
HealthTable &table;
Other system objects should not be passed by reference but by objectId and then gotten in initialize() from the ObjectManager.
Isn't it better to explicitily specify what is expected here?
object_id_t
yields 0 information in an API context, and I need to build a custom error in the init function.Understood, this is just a core principle in the fsfw.
See Ulis comments
3bac779415
to61562b18ab