QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
RemoteControlCalibrationController::ChannelInfo Struct Reference

#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
 

Detailed Description

Definition at line 268 of file RemoteControlCalibrationController.h.

Member Data Documentation

◆ channelMax

int RemoteControlCalibrationController::ChannelInfo::channelMax

◆ channelMin

◆ channelReversed

bool RemoteControlCalibrationController::ChannelInfo::channelReversed

◆ channelTrim

int RemoteControlCalibrationController::ChannelInfo::channelTrim

Trim position (usually center for sticks)

Definition at line 273 of file RemoteControlCalibrationController.h.

Referenced by RemoteControlCalibrationController::_resetInternalCalibrationValues().

◆ deadband

int RemoteControlCalibrationController::ChannelInfo::deadband

◆ stickFunction

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().


The documentation for this struct was generated from the following file: