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

Implement code generation #21

Merged
merged 16 commits into from
Sep 9, 2021
Merged

Implement code generation #21

merged 16 commits into from
Sep 9, 2021

Conversation

dominformant
Copy link
Contributor

With this pull request, the generation of codes based on sampling rate (and optionally code rate and start phase) is implemented in GNSSSignals. This allows to un-export get_code_unsafe, which leads to errors in the generation of BOC-Codes.

@codecov-commenter
Copy link

codecov-commenter commented Sep 8, 2021

Codecov Report

Merging #21 (143ac2e) into master (4600806) will increase coverage by 4.71%.
The diff coverage is 90.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
+ Coverage   73.18%   77.90%   +4.71%     
==========================================
  Files           6        6              
  Lines         179      181       +2     
==========================================
+ Hits          131      141      +10     
+ Misses         48       40       -8     
Impacted Files Coverage Δ
src/GNSSSignals.jl 71.42% <ø> (-6.35%) ⬇️
src/boc.jl 93.54% <ø> (-0.40%) ⬇️
src/common.jl 61.70% <88.88%> (+25.11%) ⬆️
src/galileo_e1b.jl 68.18% <100.00%> (ø)
src/gps_l1.jl 90.90% <100.00%> (ø)
src/gps_l5.jl 82.69% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4600806...143ac2e. Read the comment docs.

@dominformant dominformant changed the title [WIP] Implement code generation Implement code generation Sep 8, 2021
Project.toml Outdated Show resolved Hide resolved
@zsoerenm zsoerenm self-requested a review September 8, 2021 15:37
src/common.jl Outdated Show resolved Hide resolved
@dominformant dominformant merged commit 095352d into master Sep 9, 2021
@dominformant dominformant deleted the code-generation branch September 9, 2021 10:42
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.

3 participants