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.
Need open source functional tests for certifiability
Describe the solution you'd like
Add functional tests for cFE Resource Misc APIs
CFE_ResourceId_ToInteger - Convert a resource ID to an integer.
CFE_ResourceId_FromInteger - Convert an integer to a resource ID.
CFE_ResourceId_Equal - Compare two Resource ID values for equality.
CFE_ResourceId_IsDefined - Check if a resource ID value is defined.
CFE_ResourceId_GetBase - Get the Base value (type/category) from a resource ID value.
CFE_ResourceId_GetSerial - Get the Serial Number (sequential ID) from a resource ID value.
CFE_ResourceId_FindNext - Locate the next resource ID which does not map to an in-use table entry.
CFE_ResourceId_ToIndex - Internal routine to aid in converting an ES resource ID to an array index.
Describe alternatives you've considered
N/A
Additional context
N/A
Requester Info
Alex Campbell GSFC
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Need open source functional tests for certifiability
Describe the solution you'd like
Add functional tests for cFE Resource Misc APIs
CFE_ResourceId_ToInteger - Convert a resource ID to an integer.
CFE_ResourceId_FromInteger - Convert an integer to a resource ID.
CFE_ResourceId_Equal - Compare two Resource ID values for equality.
CFE_ResourceId_IsDefined - Check if a resource ID value is defined.
CFE_ResourceId_GetBase - Get the Base value (type/category) from a resource ID value.
CFE_ResourceId_GetSerial - Get the Serial Number (sequential ID) from a resource ID value.
CFE_ResourceId_FindNext - Locate the next resource ID which does not map to an in-use table entry.
CFE_ResourceId_ToIndex - Internal routine to aid in converting an ES resource ID to an array index.
Describe alternatives you've considered
N/A
Additional context
N/A
Requester Info
Alex Campbell GSFC
The text was updated successfully, but these errors were encountered: