|
ESPHome 2026.1.0-dev
|
#include <cc1101.h>
Public Member Functions | |
| void | set_data_template (std::function< std::vector< uint8_t >(Ts...)> func) |
| void | set_data_static (const uint8_t *data, size_t len) |
| void | play (const Ts &...x) override |
Public Member Functions inherited from esphome::Action< Ts... > | |
| virtual void | play_complex (const Ts &...x) |
| virtual void | stop_complex () |
| virtual bool | is_running () |
| Check if this or any of the following actions are currently running. | |
| int | num_running_total () |
| The total number of actions that are currently running in this plus any of the following actions in the chain. | |
Public Member Functions inherited from esphome::Parented< CC1101Component > | |
| Parented () | |
| Parented (CC1101Component *parent) | |
| CC1101Component * | get_parent () const |
| Get the parent of this object. | |
| void | set_parent (CC1101Component *parent) |
| Set the parent of this object. | |
Protected Attributes | |
| std::function< std::vector< uint8_t >(Ts...)> | data_func_ {} |
| const uint8_t * | data_static_ {nullptr} |
| size_t | data_static_len_ {0} |
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. | |
Protected Attributes inherited from esphome::Parented< CC1101Component > | |
| CC1101Component * | parent_ |
Additional Inherited Members | |
Protected Member Functions inherited from esphome::Action< Ts... > | |
| void | play_next_ (const Ts &...x) |
| void | play_next_tuple_ (const std::tuple< Ts... > &tuple, std::index_sequence< S... >) |
| void | play_next_tuple_ (const std::tuple< Ts... > &tuple) |
| virtual void | stop () |
| void | stop_next_ () |
| bool | is_running_next_ () |
|
inlineoverridevirtual |
Implements esphome::Action< Ts... >.
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |