forked from gnss-sdr/gnss-sdr
-
Notifications
You must be signed in to change notification settings - Fork 3
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
B2a fresh #9
Open
Aloha-Churchill
wants to merge
159
commits into
dmiralles2009:main
Choose a base branch
from
Aloha-Churchill:b2a_fresh
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
B2a fresh #9
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…the mask and can be read
Do not process data if the MID was already printed (saves computation time and cluttering of repeated messages)
Replace private member d_sample_counter by the more accurate name of d_symbol_counter Remove clauses in switch statements for code uniformity Fix terminal color for Galileo E5b received almanac
Replace some memcpy by std:::copy or std::copy_n
Fix angle units in retrieval of reduced CED ephemeris
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
👍🎉 Hello, and thanks for contributing to
GNSS-SDR! 🎉👍
Any code contributions going into GNSS-SDR will become part of a GPL-licensed,
open source repository. It is therefore imperative that code submissions belong
to the authors, and that submitters have the authority to merge that code into
the public GNSS-SDR codebase.
For that purpose, we use the
Developer's Certificate of Origin.
It is the same document used by other projects. Signing the DCO states that
there are no legal reasons to not merge your code.
To sign the DCO, suffix your git commits with a
Signed-off-by:
line. Whenusing the command line, you can use
git commit -s
to automatically add thisline. If there were multiple authors of the code, or other types of
stakeholders, make sure that all are listed, each with a separate
Signed-off-by:
line.Before submitting your pull request, please make sure the following is done:
Contributor Covenant Code of Conduct.
Developer's Certificate of Origin
and
signed your commits
as an indication of fulfillment.
Contributing Guidelines.
Specifically, you have read
about clang-format
and about clang-tidy,
and you have applied those tools to your changes.
gnss-sdr upstream repository and
have created your branch from
next
(or any other currently living branchin the upstream repository).
Please feel free to delete this line and the above text once you have read it
and in case you want to go on with your pull request, and explain your intend
below.