|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <RemoteControlCalibrationController.h>
Public Attributes | |
| enum StickFunction | stickFunction |
| Function mapped to this channel, stickFunctionMax for none. | |
| bool | channelReversed |
| int | channelMin |
| int | channelMax |
| int | channelTrim |
| Trim position (usually center for sticks) | |
| int | deadband |
| deadband around center | |
Definition at line 268 of file RemoteControlCalibrationController.h.
| int RemoteControlCalibrationController::ChannelInfo::channelMax |
Definition at line 272 of file RemoteControlCalibrationController.h.
Referenced by RemoteControlCalibrationController::_resetInternalCalibrationValues().
| int RemoteControlCalibrationController::ChannelInfo::channelMin |
Definition at line 271 of file RemoteControlCalibrationController.h.
Referenced by RemoteControlCalibrationController::_resetInternalCalibrationValues(), and RemoteControlCalibrationController::_validateAndAdjustCalibrationValues().
| bool RemoteControlCalibrationController::ChannelInfo::channelReversed |
Definition at line 270 of file RemoteControlCalibrationController.h.
Referenced by RemoteControlCalibrationController::_resetInternalCalibrationValues().
| int RemoteControlCalibrationController::ChannelInfo::channelTrim |
Trim position (usually center for sticks)
Definition at line 273 of file RemoteControlCalibrationController.h.
Referenced by RemoteControlCalibrationController::_resetInternalCalibrationValues().
| int RemoteControlCalibrationController::ChannelInfo::deadband |
deadband around center
Definition at line 274 of file RemoteControlCalibrationController.h.
Referenced by RemoteControlCalibrationController::_resetInternalCalibrationValues().
| enum StickFunction RemoteControlCalibrationController::ChannelInfo::stickFunction |
Function mapped to this channel, stickFunctionMax for none.
Definition at line 269 of file RemoteControlCalibrationController.h.
Referenced by RemoteControlCalibrationController::_resetInternalCalibrationValues(), and RemoteControlCalibrationController::rawChannelValuesChanged().