-
Notifications
You must be signed in to change notification settings - Fork 83
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
Adding EvManager module #643
Conversation
5cf1891
to
bc9f5e2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nicely done. Concerning the style - we don't have strict rules, but I think the majority of code is using only CamelCase for classes/structs and snake_case for variables and filenames. Constants are usually written as SOME_CONSTANT (also for static constexpr vars).
baa23b8
to
d030106
Compare
74de9b9
to
6b661b8
Compare
1ce0fee
to
8607282
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A really well done from me too. But a few things should still be changed.
f7628cb
to
b7d6298
Compare
8c7c68c
to
eddd637
Compare
Todos before merging:
|
2610a92
to
3c3c54c
Compare
3c3c54c
to
786df30
Compare
d41c741
to
813bc27
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very good 👍
243cfd5
to
92e2f14
Compare
206842a
to
86be3f5
Compare
* rewrites the EvManager car simulator in C++ * adds unit tests for the added functions * fixes a few small issues in the nodered config * small fixes in the JsEvManager Co-authored-by: Sebastian Lukas <sebastian.lukas@pionix.de> Signed-off-by: MarzellT <tobias.marzell@pionix.de>
86be3f5
to
7386401
Compare
Describe your changes
Issue ticket number and link
Checklist before requesting a review