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

psp Integration Candidate: 2021-01-12 #240

Merged
merged 3 commits into from
Jan 13, 2021
Merged

Conversation

astrogeco
Copy link
Contributor

@astrogeco astrogeco commented Jan 13, 2021

Describe the contribution

Fix #227, Use OSAL time conversion/access methods

Testing performed
See https://github.com/nasa/cFS/pull/174/checks

Expected behavior changes

PR #231 - Instead of accessing OS_time_t member values directly, use the OSAL-provided conversion and access methods. This provides independence and abstraction from the specific OS_time_t definition and allows OSAL to transition to a 64 bit value.

System(s) tested on
Ubuntu 18.04

Additional context
Part of nasa/cFS#174

Third party code
None

Contributor Info - All information REQUIRED for consideration of pull request
@jphickey

jphickey and others added 3 commits January 4, 2021 15:42
Instead of accessing OS_time_t values directly, use the
OSAL-provided conversion and access methods.  This provides
independence/abstraction from the specific OS_time_t
definition and allows OSAL to transition to a 64 bit value.
Fix #227, Use OSAL time conversion/access methods
Increase development build and Update ReadMe
@astrogeco astrogeco marked this pull request as ready for review January 13, 2021 23:21
@astrogeco astrogeco merged commit 2fcce6f into main Jan 13, 2021
@astrogeco astrogeco changed the title psp Integration Candidate: 2021-01-13 psp Integration Candidate: 2021-01-12 Jan 13, 2021
astrogeco added a commit to nasa/cFS that referenced this pull request Jan 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update PSP to use OS time conversion/access methods
2 participants