This is the complete list of members for
AP_RcChannel, including all inherited members.
AP_RcChannel(const char *name, const APM_RC_Class &rc, const uint8_t &ch, const float &scale=45.0, const float ¢er=0.0, const uint16_t &pwmMin=1200, const uint16_t &pwmNeutral=1500, const uint16_t &pwmMax=1800, const uint16_t &pwmDeadZone=10, const bool &filter=false, const bool &reverse=false) | AP_RcChannel | |
failSafe() | AP_RcChannel | [inline] |
getCenter() | AP_RcChannel | [inline] |
getCh() | AP_RcChannel | [inline] |
getFilter() | AP_RcChannel | [inline] |
getName() | AP_RcChannel | [inline] |
getNormalized() | AP_RcChannel | [inline] |
getPosition() | AP_RcChannel | [inline] |
getPwm() | AP_RcChannel | [inline] |
getPwmDeadZone() | AP_RcChannel | [inline] |
getPwmMax() | AP_RcChannel | [inline] |
getPwmMin() | AP_RcChannel | [inline] |
getPwmNeutral() | AP_RcChannel | [inline] |
getReverse() | AP_RcChannel | [inline] |
getScale() | AP_RcChannel | [inline] |
mixRadio(uint16_t infStart) | AP_RcChannel | |
readRadio() | AP_RcChannel | |
setCenter(const float ¢er) | AP_RcChannel | [inline] |
setCh(const uint8_t &ch) | AP_RcChannel | [inline] |
setFilter(const bool &filter) | AP_RcChannel | [inline] |
setNormalized(float normPosition) | AP_RcChannel | [inline] |
setPosition(float position) | AP_RcChannel | |
setPwm(uint16_t pwm) | AP_RcChannel | |
setPwmDeadZone(const uint16_t &pwmDeadZone) | AP_RcChannel | [inline] |
setPwmMax(const uint16_t &pwmMax) | AP_RcChannel | [inline] |
setPwmMin(const uint16_t &pwmMin) | AP_RcChannel | [inline] |
setPwmNeutral(const uint16_t &pwmNeutral) | AP_RcChannel | [inline] |
setScale(const float &scale) | AP_RcChannel | [inline] |