-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Comms: SerialLink Threading Changes #11745
Draft
HTRamsey
wants to merge
1
commit into
mavlink:master
Choose a base branch
from
HTRamsey:dev-serial-link
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
+388
−420
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTRamsey
force-pushed
the
dev-serial-link
branch
4 times, most recently
from
August 4, 2024 11:12
5e9ff36
to
09670ca
Compare
HTRamsey
force-pushed
the
dev-serial-link
branch
2 times, most recently
from
August 27, 2024 23:48
5aa4763
to
f0cd16c
Compare
HTRamsey
force-pushed
the
dev-serial-link
branch
6 times, most recently
from
September 8, 2024 19:51
2c8fedb
to
406f9cc
Compare
HTRamsey
commented
Sep 12, 2024
src/Comms/LinkManager.cc
Outdated
@@ -257,11 +259,6 @@ void LinkManager::setConnectionsSuspended(QString reason) | |||
_connectionsSuspendedReason = reason; | |||
} | |||
|
|||
void LinkManager::suspendConfigurationUpdates(bool suspend) |
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.
FYI this was never used anywhere and I don't see a significant need for it
HTRamsey
force-pushed
the
dev-serial-link
branch
from
October 6, 2024 18:59
406f9cc
to
b0ca2b0
Compare
HTRamsey
changed the title
Comms: Convert Serial to Signals/Slots
Comms: Prepare SerialLink for Threading Changes
Oct 29, 2024
HTRamsey
force-pushed
the
dev-serial-link
branch
2 times, most recently
from
October 30, 2024 17:34
5607987
to
52ace88
Compare
HTRamsey
force-pushed
the
dev-serial-link
branch
from
October 30, 2024 18:39
52ace88
to
02ca9a6
Compare
HTRamsey
force-pushed
the
dev-serial-link
branch
from
November 20, 2024 01:56
02ca9a6
to
f150c15
Compare
HTRamsey
changed the title
Comms: Prepare SerialLink for Threading Changes
Comms: SerialLink Threading Changes
Nov 20, 2024
HTRamsey
force-pushed
the
dev-serial-link
branch
from
November 20, 2024 03:22
f150c15
to
bbead09
Compare
HTRamsey
force-pushed
the
dev-serial-link
branch
from
November 30, 2024 09:54
bbead09
to
c7adaee
Compare
HTRamsey
force-pushed
the
dev-serial-link
branch
from
December 1, 2024 12:15
c7adaee
to
f727f89
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related to #11598
fixes #11849
The QThread inheritance will have to be removed after the remaining links are fixed
Tested by turning all streams to 100Hz and letting it run for a while: