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

Modified data slicing in BLFReader for when the object type is CAN_ME… #1825

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Jul 31, 2024

  1. Modified data slicing in BLFReader for when the object type is CAN_ME…

    …SSAGE, CAN_MESSAGE2 and CAN_ERROR_TXT. This is derived directly from this repository: https://github.com/Technica-Engineering/vector_blf/tree/master.
    Pratik Mahamuni committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    d54044d View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Hardcoded version in pyproject.toml

    Pratik Mahamuni committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    bbe40d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Removed the hardcoded version from pyproject.toml file based on the c…

    …omment from zariii
    Pratik Mahamuni committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    8966e38 View commit details
    Browse the repository at this point in the history
  2. Based on how the data is being sent to various tests and 'equals' met…

    …hod in the Message class, modified the equal method to make sure that the data being read is equal to the DLC. This is a temporary fix till we agree on what data should be used in the tests, especially pertaining to the BLFReader / BLFWriter constructors
    Pratik Mahamuni committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c4f2b92 View commit details
    Browse the repository at this point in the history