#include <dfrobot_sen0395.h>
Definition at line 26 of file dfrobot_sen0395.h.
◆ dequeue()
std::unique_ptr< Command > esphome::dfrobot_sen0395::CircularCommandQueue::dequeue |
( |
| ) |
|
◆ enqueue()
int8_t esphome::dfrobot_sen0395::CircularCommandQueue::enqueue |
( |
std::unique_ptr< Command > |
cmd | ) |
|
◆ is_empty()
bool esphome::dfrobot_sen0395::CircularCommandQueue::is_empty |
( |
| ) |
|
◆ is_full()
bool esphome::dfrobot_sen0395::CircularCommandQueue::is_full |
( |
| ) |
|
◆ process()
◆ commands_
std::unique_ptr<Command> esphome::dfrobot_sen0395::CircularCommandQueue::commands_[COMMAND_QUEUE_SIZE] |
|
protected |
◆ front_
int esphome::dfrobot_sen0395::CircularCommandQueue::front_ {-1} |
|
protected |
◆ rear_
int esphome::dfrobot_sen0395::CircularCommandQueue::rear_ {-1} |
|
protected |
The documentation for this class was generated from the following files: