We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
osal/src/os/inc/common_types.h defines SOFTWARE_BIG_BIT_ORDER and SOFTWARE_LITTLE_BIT_ORDER that are targeted for future deprecation.
Need to remove dependencies in cfe/fsw/cfe-core/src/inc/ccsds.h, which defines CFE_MAKE_BIG* macros, which are used in time services.
Eventually solved by EDS, but need to solve it before actually deprecating these elements.
Slight relation to #92
EDIT - the macros have been moved to cFE:
cFE/modules/core_api/fsw/inc/cfe_endian.h
Lines 43 to 57 in e80aae9
See also #1209
The text was updated successfully, but these errors were encountered:
Imported from trac issue 320. Created by jhageman on 2019-08-19T16:43:11, last modified: 2019-08-19T16:43:11
Sorry, something went wrong.
No branches or pull requests
osal/src/os/inc/common_types.h defines SOFTWARE_BIG_BIT_ORDER and SOFTWARE_LITTLE_BIT_ORDER that are targeted for future deprecation.
Need to remove dependencies in cfe/fsw/cfe-core/src/inc/ccsds.h, which defines CFE_MAKE_BIG* macros, which are used in time services.
Eventually solved by EDS, but need to solve it before actually deprecating these elements.
Slight relation to #92
EDIT - the macros have been moved to cFE:
cFE/modules/core_api/fsw/inc/cfe_endian.h
Lines 43 to 57 in e80aae9
See also #1209
The text was updated successfully, but these errors were encountered: