Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
55ea0a7c
Commit
55ea0a7c
authored
Sep 17, 2016
by
Don Gagne
Browse files
Fix parameter ready signaling
parent
3d02f5f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/FirmwarePlugin/PX4/PX4GeoFenceManager.cc
View file @
55ea0a7c
...
...
@@ -18,6 +18,10 @@ PX4GeoFenceManager::PX4GeoFenceManager(Vehicle* vehicle)
,
_circleRadiusFact
(
NULL
)
{
connect
(
_vehicle
->
getParameterManager
(),
&
ParameterManager
::
parametersReady
,
this
,
&
PX4GeoFenceManager
::
_parametersReady
);
if
(
_vehicle
->
getParameterManager
()
->
parametersAreReady
())
{
_parametersReady
();
}
}
PX4GeoFenceManager
::~
PX4GeoFenceManager
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment