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

Feature/continuous logging #297

Merged
merged 14 commits into from
Feb 24, 2021
Merged

Feature/continuous logging #297

merged 14 commits into from
Feb 24, 2021

Conversation

bigoulours
Copy link
Contributor

Hi Collin,

Great work with SavvyCAN!
I played a bit with it last year and added some features.
I tried to sort each feature in a branch so you can find your way through it.

It seems to me that continuous logging doesn't work well when in overwrite mode (messages that are not overwritten/re-received are written again to the log file). I changed the implementation of continuous logging so that it saves all received messages.
It means that filters are ignored when logging through continuous logging (that way you can observe specific messages while recording all traffic)

Please forgive any style mistakes: I haven't much experience with C++ but the code should work!
If you have any questions do not hesitate

Cheers

@collin80 collin80 merged commit 0803853 into collin80:master Feb 24, 2021
@bigoulours bigoulours deleted the feature/continuous_logging branch March 15, 2021 10:59
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.

2 participants