nasa / fprime

F´ - A flight software and embedded systems framework
https://fprime.jpl.nasa.gov
Apache License 2.0
9.95k stars 1.28k forks source link

refactored FW_OBJ_NAME, FW_QUEUE_NAME, and FW_TASK_NAME. #2751

Closed rldettloff closed 1 month ago

rldettloff commented 1 month ago
Related Issue(s) #2545
Has Unit Tests (y/n) n
Documentation Included (y/n) n

Change Description

refactored FW_OBJ_NAME_MAX_SIZE, FW_QUEUE_NAME_MAX_SIZE, and FW_TASK_NAME_MAX_SIZE to reflect the new naming of constants to FW_OBJ_NAME_BUFFER_SIZE, FW_QUEUE_NAME_BUFFER_SIZE, and FW_TASK_NAME_BUFFER_SIZE.

Rationale

created more clarity for what the constants represent.

Testing/Review Recommendations

Double-check names as referring to the refactored constants

Future Work

None expected

bocchino commented 1 month ago

This looks good! Can we merge #2745 first? Otherwise there is a danger of introducing changes that break FPP v2.1.0a11.