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 spk parser #4

Closed
wants to merge 27 commits into from
Closed

Commits on Nov 11, 2023

  1. Add nom dep

    matzipan committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    e622050 View commit details
    Browse the repository at this point in the history
  2. Parse DAF/SPK file record

    matzipan committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    f75f04c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecd9a60 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfd1b92 View commit details
    Browse the repository at this point in the history
  5. Use char instead of str

    Recommended by clippy
    matzipan committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    62bde36 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d40cc1 View commit details
    Browse the repository at this point in the history
  7. Make the offset parametric

    matzipan committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    ae9abab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c8bded4 View commit details
    Browse the repository at this point in the history
  9. Fix integer components type

    matzipan committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    e9143d8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    627b49d View commit details
    Browse the repository at this point in the history
  11. Fix case for Spk type

    matzipan committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    2d509d3 View commit details
    Browse the repository at this point in the history
  12. Remove unused imports

    matzipan committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    359b81d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    250e723 View commit details
    Browse the repository at this point in the history
  14. Implement endianness support

    matzipan committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    4df03ff View commit details
    Browse the repository at this point in the history
  15. Improve error flow

    matzipan committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    ea74c45 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b4318fb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    35cfb06 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0322cc0 View commit details
    Browse the repository at this point in the history
  19. Clean-up unused import

    matzipan committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    ad36110 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d94a365 View commit details
    Browse the repository at this point in the history
  21. Implement position retrieval

    matzipan committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    bcdfe0d View commit details
    Browse the repository at this point in the history
  22. Transpose the coefficients

    matzipan committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    03a62b5 View commit details
    Browse the repository at this point in the history
  23. Implement get_segments

    matzipan committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    95d5fb2 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1646c6b View commit details
    Browse the repository at this point in the history
  25. Implement position and state

    matzipan committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    8d3b2aa View commit details
    Browse the repository at this point in the history
  26. Fix velocity calculation

    helgee authored and matzipan committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    3b160b9 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    75b349c View commit details
    Browse the repository at this point in the history