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

DBC: write cycle time #351

Merged
merged 3 commits into from
Oct 13, 2021
Merged

Commits on Oct 13, 2021

  1. DBC: include the cycle time of messages when writing files

    the cycle time is already parsed, it was just not written: The idea of
    this patch is to write attributes which are directly represented by
    Signal() or Message() objects without relying on the
    `{signal,message}.dbc` sub-object. The rationale for this is that the
    user might have loaded a database from a file, then manipulated a few
    attributes and then writes back a DBC file. (thus,
    `{signal,message}.dbc` may be present or not, and the respective
    attribute might be defined and consistent with the rest of the object
    or not.)
    
    Signed-off-by: Andreas Lauser <andreas.lauser@mbition.io>
    Signed-off-by: Oliver Kopp <oliver.kopp@mbition.io>
    andlaus committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    fcb2bcb View commit details
    Browse the repository at this point in the history
  2. list subparser: print the cycle times of messages

    Signed-off-by: Andreas Lauser <andreas.lauser@mbition.io>
    Signed-off-by: Oliver Kopp <oliver.kopp@mbition.io>
    andlaus committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    33acd39 View commit details
    Browse the repository at this point in the history
  3. reduce the output clutter printed by the tests

    this changes the output level of the logger for most test from DEBUG
    to WARNING.. IMO the DEBUG log level only ought to be of interest
    during development/debugging but not when running unit tests...
    
    Signed-off-by: Andreas Lauser <andreas.lauser@mbition.io>
    Signed-off-by: Oliver Kopp <oliver.kopp@mbition.io>
    andlaus committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    7fb7837 View commit details
    Browse the repository at this point in the history