-
Notifications
You must be signed in to change notification settings - Fork 9
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/circular queue #55
Conversation
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.
Good try! I listed some points that could cause this class to not work, please review and change them. Don't be afraid of changing someone else's code! Sometimes other people's code is faulted or no long apply to the current use case anymore. I also recommend to include your header in the Boardfiles/nucleol552zeq/Core/Src/main.cpp
to check whether your code can pass compilation. The way how compiler works is that if you don't use it, then it won't be compiled. You can do some testing in the main to check whether or not your code is actually working.
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.
Nice! Yea definitely better than last time. Left some comments to be addressed.
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.
Looks good. Please address the new comments I added and I will give approval to this pr :)
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.
LGTM! Thanks for making the change!
Description
What was completed, changed, or updated?
Implemented TM Cicular Queue
Why was this done (if applicable)?
to allow Tm to store MAVLINK message in queue waiting for use
Testing
What manual tests were used to validate the code?
What unit tests were used to validate the code?
Documentation
Milestone number and name:
Link to Asana task:
Link to Confluence documentation:
Reminders
Add reviewers to the PR
Mention the PR in the appropriate discord channel