ESPHome 2025.7.1
Loading...
Searching...
No Matches
esphome::ld2450::LD2450Component::CachedTargetData Struct Reference

#include <ld2450.h>

Data Fields

int16_t x = std::numeric_limits<int16_t>::min()
 
int16_t y = std::numeric_limits<int16_t>::min()
 
int16_t speed = std::numeric_limits<int16_t>::min()
 
uint16_t resolution = std::numeric_limits<uint16_t>::max()
 
uint16_t distance = std::numeric_limits<uint16_t>::max()
 
Direction direction = DIRECTION_UNDEFINED
 
float angle = NAN
 

Detailed Description

Definition at line 182 of file ld2450.h.

Field Documentation

◆ angle

float esphome::ld2450::LD2450Component::CachedTargetData::angle = NAN

Definition at line 189 of file ld2450.h.

◆ direction

Direction esphome::ld2450::LD2450Component::CachedTargetData::direction = DIRECTION_UNDEFINED

Definition at line 188 of file ld2450.h.

◆ distance

uint16_t esphome::ld2450::LD2450Component::CachedTargetData::distance = std::numeric_limits<uint16_t>::max()

Definition at line 187 of file ld2450.h.

◆ resolution

uint16_t esphome::ld2450::LD2450Component::CachedTargetData::resolution = std::numeric_limits<uint16_t>::max()

Definition at line 186 of file ld2450.h.

◆ speed

int16_t esphome::ld2450::LD2450Component::CachedTargetData::speed = std::numeric_limits<int16_t>::min()

Definition at line 185 of file ld2450.h.

◆ x

int16_t esphome::ld2450::LD2450Component::CachedTargetData::x = std::numeric_limits<int16_t>::min()

Definition at line 183 of file ld2450.h.

◆ y

int16_t esphome::ld2450::LD2450Component::CachedTargetData::y = std::numeric_limits<int16_t>::min()

Definition at line 184 of file ld2450.h.


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