-
Notifications
You must be signed in to change notification settings - Fork 219
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
Comments
CDKnightNASA
added a commit
to CDKnightNASA/osal
that referenced
this issue
Mar 26, 2020
… as it's needed by OS_SelectSingle()
CDKnightNASA
added a commit
to CDKnightNASA/osal
that referenced
this issue
Mar 27, 2020
… as it's needed by OS_SelectSingle()
CDKnightNASA
added a commit
to CDKnightNASA/osal
that referenced
this issue
Mar 27, 2020
…OS_SelectSingle()
CDKnightNASA
added
the
CCB:Ready
Pull request is ready for discussion at the Configuration Control Board (CCB)
label
Mar 31, 2020
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
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: