Add Health Service Announce All Health Info #725
Reference in New Issue
Block a user
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_tyields 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
3bac779415to61562b18ab