IRremoteESP8266
|
This is the complete list of members for IRSharpAc, including all inherited members.
_ | IRSharpAc | private |
_fan | IRSharpAc | private |
_getEconoToggle(void) const | IRSharpAc | private |
_irsend | IRSharpAc | private |
_mode | IRSharpAc | private |
_model | IRSharpAc | private |
_setEconoToggle(const bool on) | IRSharpAc | private |
_temp | IRSharpAc | private |
begin(void) | IRSharpAc | |
calcChecksum(uint8_t state[], const uint16_t length=kSharpAcStateLength) | IRSharpAc | privatestatic |
calibrate(void) | IRSharpAc | inline |
checksum(void) | IRSharpAc | private |
clearPowerSpecial(void) | IRSharpAc | private |
convertFan(const stdAc::fanspeed_t speed, const sharp_ac_remote_model_t model=sharp_ac_remote_model_t::A907) | IRSharpAc | static |
convertMode(const stdAc::opmode_t mode) | IRSharpAc | static |
convertSwingV(const stdAc::swingv_t position) | IRSharpAc | static |
getClean(void) const | IRSharpAc | |
getEconoToggle(void) const | IRSharpAc | |
getFan(void) const | IRSharpAc | |
getIon(void) const | IRSharpAc | |
getLightToggle(void) const | IRSharpAc | |
getMode(void) const | IRSharpAc | |
getModel(const bool raw=false) const | IRSharpAc | |
getPower(void) const | IRSharpAc | |
getPowerSpecial(void) const | IRSharpAc | private |
getRaw(void) | IRSharpAc | |
getSpecial(void) const | IRSharpAc | |
getSwingToggle(void) const | IRSharpAc | |
getSwingV(void) const | IRSharpAc | |
getTemp(void) const | IRSharpAc | |
getTimerEnabled(void) const | IRSharpAc | |
getTimerTime(void) const | IRSharpAc | |
getTimerType(void) const | IRSharpAc | |
getTurbo(void) const | IRSharpAc | |
IRSharpAc(const uint16_t pin, const bool inverted=false, const bool use_modulation=true) | IRSharpAc | explicit |
isPowerSpecial(void) const | IRSharpAc | |
off(void) | IRSharpAc | |
on(void) | IRSharpAc | |
send(const uint16_t repeat=kSharpAcDefaultRepeat) | IRSharpAc | |
setClean(const bool on) | IRSharpAc | |
setEconoToggle(const bool on) | IRSharpAc | |
setFan(const uint8_t fan, const bool save=true) | IRSharpAc | |
setIon(const bool on) | IRSharpAc | |
setLightToggle(const bool on) | IRSharpAc | |
setMode(const uint8_t mode, const bool save=true) | IRSharpAc | |
setModel(const sharp_ac_remote_model_t model) | IRSharpAc | |
setPower(const bool on, const bool prev_on=true) | IRSharpAc | |
setPowerSpecial(const uint8_t value) | IRSharpAc | inlineprivate |
setRaw(const uint8_t new_code[], const uint16_t length=kSharpAcStateLength) | IRSharpAc | |
setSpecial(const uint8_t mode) | IRSharpAc | |
setSwingToggle(const bool on) | IRSharpAc | |
setSwingV(const uint8_t position, const bool force=false) | IRSharpAc | |
setTemp(const uint8_t temp, const bool save=true) | IRSharpAc | |
setTimer(bool enable, bool timer_type, uint16_t mins) | IRSharpAc | |
setTurbo(const bool on) | IRSharpAc | |
stateReset(void) | IRSharpAc | private |
toCommon(const stdAc::state_t *prev=NULL) const | IRSharpAc | |
toCommonFanSpeed(const uint8_t speed) const | IRSharpAc | |
toCommonMode(const uint8_t mode) const | IRSharpAc | |
toCommonSwingV(const uint8_t pos, const stdAc::opmode_t mode=stdAc::opmode_t::kHeat) const | IRSharpAc | |
toString(void) const | IRSharpAc | |
validChecksum(uint8_t state[], const uint16_t length=kSharpAcStateLength) | IRSharpAc | static |