-
-
Notifications
You must be signed in to change notification settings - Fork 515
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core: fix own sysid/compid in mission transfer
It turns out that SystemImpl did not properly implement the Sender class and therefore own sysid and compid were always 0. This refactoring fixes that by using methods instead of variable references of variables that are not set and these abstract methods then need to be implemented, otherwise the compiler would complain. I also had to remove on check in the unit tests, why is a mystery to me.
- Loading branch information
Showing
6 changed files
with
115 additions
and
401 deletions.
There are no files selected for viewing
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
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
Oops, something went wrong.