|
ESPHome 2025.12.0-dev
|
#include <canbus.h>
Data Structures | |
| union | Data |
Public Member Functions | |
| void | set_data_template (std::vector< uint8_t >(*func)(Ts...)) |
| void | set_data_static (const uint8_t *data, size_t len) |
| void | set_can_id (uint32_t can_id) |
| void | set_use_extended_id (bool use_extended_id) |
| void | set_remote_transmission_request (bool remote_transmission_request) |
| 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< Canbus > | |
| Parented () | |
| Parented (Canbus *parent) | |
| Canbus * | get_parent () const |
| Get the parent of this object. | |
| void | set_parent (Canbus *parent) |
| Set the parent of this object. | |
Protected Attributes | |
| optional< uint32_t > | can_id_ {} |
| optional< bool > | use_extended_id_ {} |
| bool | remote_transmission_request_ {false} |
| ssize_t | len_ {-1} |
| union esphome::canbus::CanbusSendAction::Data | data_ |
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< Canbus > | |
| Canbus * | 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, seq< 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 |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |