|
APM:Libraries
|
#include <AP_RCMapper.h>
Public Member Functions | |
| RCMapper () | |
| RCMapper (const RCMapper &other)=delete | |
| RCMapper & | operator= (const RCMapper &)=delete |
| uint8_t | roll () const |
| roll - return input channel number for roll / aileron input More... | |
| uint8_t | pitch () const |
| pitch - return input channel number for pitch / elevator input More... | |
| uint8_t | throttle () const |
| throttle - return input channel number for throttle input More... | |
| uint8_t | yaw () const |
| yaw - return input channel number for yaw / rudder input More... | |
| uint8_t | forward () const |
| forward - return input channel number for forward input More... | |
| uint8_t | lateral () const |
| lateral - return input channel number for lateral input More... | |
Static Public Attributes | |
| static const struct AP_Param::GroupInfo | var_info [] |
Private Attributes | |
| AP_Int8 | _ch_roll |
| AP_Int8 | _ch_pitch |
| AP_Int8 | _ch_yaw |
| AP_Int8 | _ch_throttle |
| AP_Int8 | _ch_forward |
| AP_Int8 | _ch_lateral |
Definition at line 7 of file AP_RCMapper.h.
| RCMapper::RCMapper | ( | void | ) |
|
delete |
|
inline |
forward - return input channel number for forward input
Definition at line 28 of file AP_RCMapper.h.
|
inline |
lateral - return input channel number for lateral input
Definition at line 31 of file AP_RCMapper.h.
|
inline |
pitch - return input channel number for pitch / elevator input
Definition at line 19 of file AP_RCMapper.h.
Referenced by SRV_Channels::upgrade_parameters().
|
inline |
roll - return input channel number for roll / aileron input
Definition at line 16 of file AP_RCMapper.h.
Referenced by SRV_Channels::upgrade_parameters().
|
inline |
throttle - return input channel number for throttle input
Definition at line 22 of file AP_RCMapper.h.
Referenced by SRV_Channels::upgrade_parameters().
|
inline |
yaw - return input channel number for yaw / rudder input
Definition at line 25 of file AP_RCMapper.h.
Referenced by SRV_Channels::upgrade_parameters().
|
private |
Definition at line 41 of file AP_RCMapper.h.
Referenced by forward().
|
private |
Definition at line 42 of file AP_RCMapper.h.
Referenced by lateral().
|
private |
Definition at line 38 of file AP_RCMapper.h.
Referenced by pitch().
|
private |
Definition at line 37 of file AP_RCMapper.h.
Referenced by roll().
|
private |
Definition at line 40 of file AP_RCMapper.h.
Referenced by throttle().
|
private |
Definition at line 39 of file AP_RCMapper.h.
Referenced by yaw().
|
static |
Definition at line 33 of file AP_RCMapper.h.
Referenced by RCMapper().
1.8.13