Skip to content
New issue

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

OS_SelectSingle(fd, &SelectFlags, timeout) users require OS_STREAM_STATE_READABLE/OS_STREAM_STATE_WRITABLE #392

Closed
CDKnightNASA opened this issue Mar 26, 2020 · 0 comments · Fixed by #409 or #433
Assignees
Labels
Milestone

Comments

@CDKnightNASA
Copy link
Contributor

Describe the bug
In order to use OS_SelectSingle() a user needs access to the #defines for OS_STREAM_STATE_READABLE and OS_STREAM_STATE_WRITABLE but they are contained in osal/src/os/shared/os-impl.h not in osal/src/os/inc/...

To Reproduce
Try to use the OS_SelectSingle API :)

Expected behavior
These #defines need to be moved to osal/src/os/inc

Reporter Info
Christopher.D.Knight@nasa.gov

@CDKnightNASA CDKnightNASA self-assigned this Mar 26, 2020
CDKnightNASA added a commit to CDKnightNASA/osal that referenced this issue Mar 26, 2020
@skliper skliper added the bug label Mar 26, 2020
CDKnightNASA added a commit to CDKnightNASA/osal that referenced this issue Mar 27, 2020
CDKnightNASA added a commit to CDKnightNASA/osal that referenced this issue Mar 27, 2020
@CDKnightNASA CDKnightNASA added the CCB:Ready Pull request is ready for discussion at the Configuration Control Board (CCB) label Mar 31, 2020
@astrogeco astrogeco linked a pull request Apr 1, 2020 that will close this issue
@astrogeco astrogeco added CCB - 20200401 and removed CCB:Ready Pull request is ready for discussion at the Configuration Control Board (CCB) labels Apr 1, 2020
CDKnightNASA added a commit to CDKnightNASA/osal that referenced this issue Apr 7, 2020
astrogeco added a commit that referenced this issue Apr 21, 2020
Fix #390 and #392, osal select API unit tests and fixes
@astrogeco astrogeco linked a pull request Apr 27, 2020 that will close this issue
@skliper skliper added this to the 5.1.0 milestone Jun 18, 2020
jphickey pushed a commit to jphickey/osal that referenced this issue Aug 10, 2022
jphickey pushed a commit to jphickey/osal that referenced this issue Aug 10, 2022


Fixes nasa#379, Fixes nasa#380, Fixes nasa#383, Fixes nasa#384,
Fixes nasa#385, Fixes nasa#392
Code reviewed and approved at 20191106 and 20191113 CB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment