You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Scrub unit tests for OS size use vs cFE size, related to #705, #899.
Anything in IO structures should be using cFE sizes (cFE size is maximum of all platform OS maximums).
Describe the solution you'd like
OS_MAX_API_NAME -> CFE_MISSION_MAX_API_LEN
OS_MAX_PATH_LENGTH -> CFE_MISSION_MAX_PATH_LEN
In the code use sizeof instead of hard coded sizes.
Describe alternatives you've considered
None
Additional context
None
Requester Info
Jacob Hageman - NASA/GSFC (spawned from 9/30/2020 CCB discussion)
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Scrub unit tests for OS size use vs cFE size, related to #705, #899.
Anything in IO structures should be using cFE sizes (cFE size is maximum of all platform OS maximums).
Describe the solution you'd like
OS_MAX_API_NAME -> CFE_MISSION_MAX_API_LEN
OS_MAX_PATH_LENGTH -> CFE_MISSION_MAX_PATH_LEN
In the code use sizeof instead of hard coded sizes.
Describe alternatives you've considered
None
Additional context
None
Requester Info
Jacob Hageman - NASA/GSFC (spawned from 9/30/2020 CCB discussion)
The text was updated successfully, but these errors were encountered: