ESPHome  2024.3.1
Public Member Functions | Protected Attributes
esphome::pid::PIDAutotuneAction< Ts > Class Template Reference

#include <pid_climate.h>

Inheritance diagram for esphome::pid::PIDAutotuneAction< Ts >:
esphome::Action< Ts... >

Public Member Functions

 PIDAutotuneAction (PIDClimate *parent)
 
void set_noiseband (float noiseband)
 
void set_positive_output (float positive_output)
 
void set_negative_output (float negative_output)
 
void play (Ts... x)
 
- Public Member Functions inherited from esphome::Action< Ts... >
virtual void play_complex (Ts... x)
 
virtual void stop_complex ()
 
virtual bool is_running ()
 Check if this or any of the following actions are currently running. More...
 
int num_running_total ()
 The total number of actions that are currently running in this plus any of the following actions in the chain. More...
 

Protected Attributes

float noiseband_
 
float positive_output_
 
float negative_output_
 
PIDClimateparent_
 
- Protected Attributes inherited from esphome::Action< Ts... >
friend ActionList< Ts... >
 
Action< Ts... > * next_
 
int num_running_
 The number of instances of this sequence in the list of actions that is currently being executed. More...
 

Additional Inherited Members

- Protected Member Functions inherited from esphome::Action< Ts... >
void play_next_ (Ts... x)
 
void play_next_tuple_ (const std::tuple< Ts... > &tuple, seq< S... >)
 
void play_next_tuple_ (const std::tuple< Ts... > &tuple)
 
virtual void stop ()
 
void stop_next_ ()
 
bool is_running_next_ ()
 

Detailed Description

template<typename... Ts>
class esphome::pid::PIDAutotuneAction< Ts >

Definition at line 102 of file pid_climate.h.

Constructor & Destructor Documentation

◆ PIDAutotuneAction()

template<typename... Ts>
esphome::pid::PIDAutotuneAction< Ts >::PIDAutotuneAction ( PIDClimate parent)
inline

Definition at line 104 of file pid_climate.h.

Member Function Documentation

◆ play()

template<typename... Ts>
void esphome::pid::PIDAutotuneAction< Ts >::play ( Ts...  x)
inlinevirtual

Implements esphome::Action< Ts... >.

Definition at line 110 of file pid_climate.h.

◆ set_negative_output()

template<typename... Ts>
void esphome::pid::PIDAutotuneAction< Ts >::set_negative_output ( float  negative_output)
inline

Definition at line 108 of file pid_climate.h.

◆ set_noiseband()

template<typename... Ts>
void esphome::pid::PIDAutotuneAction< Ts >::set_noiseband ( float  noiseband)
inline

Definition at line 106 of file pid_climate.h.

◆ set_positive_output()

template<typename... Ts>
void esphome::pid::PIDAutotuneAction< Ts >::set_positive_output ( float  positive_output)
inline

Definition at line 107 of file pid_climate.h.

Field Documentation

◆ negative_output_

template<typename... Ts>
float esphome::pid::PIDAutotuneAction< Ts >::negative_output_
protected

Definition at line 121 of file pid_climate.h.

◆ noiseband_

template<typename... Ts>
float esphome::pid::PIDAutotuneAction< Ts >::noiseband_
protected

Definition at line 119 of file pid_climate.h.

◆ parent_

template<typename... Ts>
PIDClimate* esphome::pid::PIDAutotuneAction< Ts >::parent_
protected

Definition at line 122 of file pid_climate.h.

◆ positive_output_

template<typename... Ts>
float esphome::pid::PIDAutotuneAction< Ts >::positive_output_
protected

Definition at line 120 of file pid_climate.h.


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