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
0c18d758
Commit
0c18d758
authored
Sep 23, 2010
by
Bryan Godbolt
Browse files
added connects for rest of channels
parent
d018be5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/RadioCalibration/RadioCalibrationWindow.cc
View file @
0c18d758
...
...
@@ -44,7 +44,11 @@ RadioCalibrationWindow::RadioCalibrationWindow(QWidget *parent) :
connect
(
get
,
SIGNAL
(
clicked
()),
this
,
SLOT
(
request
()));
connect
(
aileron
,
SIGNAL
(
setpointChanged
(
int
,
float
)),
radio
,
SLOT
(
setAileron
(
int
,
float
)));
connect
(
elevator
,
SIGNAL
(
setpointChanged
(
int
,
float
)),
radio
,
SLOT
(
setElevator
(
int
,
float
)));
connect
(
rudder
,
SIGNAL
(
setpointChanged
(
int
,
float
)),
radio
,
SLOT
(
setRudder
(
int
,
float
)));
connect
(
gyro
,
SIGNAL
(
setpointChanged
(
int
,
float
)),
radio
,
SLOT
(
setGyro
(
int
,
float
)));
connect
(
pitch
,
SIGNAL
(
setpointChanged
(
int
,
float
)),
radio
,
SLOT
(
setPitch
(
int
,
float
)));
connect
(
throttle
,
SIGNAL
(
setpointChanged
(
int
,
float
)),
radio
,
SLOT
(
setThrottle
(
int
,
float
)));
setUASId
(
0
);
}
...
...
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