ESPHome  2024.4.2
Public Member Functions | Protected Attributes
esphome::pmwcs3::PMWCS3WaterCalibrationAction< Ts > Class Template Reference

#include <pmwcs3.h>

Inheritance diagram for esphome::pmwcs3::PMWCS3WaterCalibrationAction< Ts >:
esphome::Action< Ts... >

Public Member Functions

 PMWCS3WaterCalibrationAction (PMWCS3Component *parent)
 
void play (Ts... x) override
 
- 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

PMWCS3Componentparent_
 
- 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::pmwcs3::PMWCS3WaterCalibrationAction< Ts >

Definition at line 48 of file pmwcs3.h.

Constructor & Destructor Documentation

◆ PMWCS3WaterCalibrationAction()

Definition at line 50 of file pmwcs3.h.

Member Function Documentation

◆ play()

template<typename... Ts>
void esphome::pmwcs3::PMWCS3WaterCalibrationAction< Ts >::play ( Ts...  x)
inlineoverridevirtual

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

Definition at line 52 of file pmwcs3.h.

Field Documentation

◆ parent_

template<typename... Ts>
PMWCS3Component* esphome::pmwcs3::PMWCS3WaterCalibrationAction< Ts >::parent_
protected

Definition at line 55 of file pmwcs3.h.


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