Remove old constepr RESIDUAL Power from FUSE and introduce new member #162

Open
opened 2020-08-13 14:58:55 +02:00 by gaisser · 0 comments
Owner

This value is useless as it is specific:

static constexpr float RESIDUAL_POWER = 0.005 * 28.5; //!< This is the upper limit of residual power lost by fuses and switches. Worst case is Fuse and one of two switches on. See PCDU ICD 1.9 p29 bottom

Remove it and replace it with a member float residualPower and add it to the constructor.

This value is useless as it is specific: https://egit.irs.uni-stuttgart.de/fsfw/fsfw/src/commit/e535bc1427b74f6fdc095ebefcc1e336af5c5e00/power/Fuse.h#L25 Remove it and replace it with a member float residualPower and add it to the constructor.
gaisser added the
bug
label 2020-08-13 14:58:55 +02:00
gaisser added
feature
and removed
bug
labels 2020-10-27 15:17:45 +01:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: fsfw/fsfw#162
No description provided.