xensiv-radar-sensing
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
mtb_radar_sensing_presence_event_info_t Struct Reference

Description

Structure to hold information of presence detection events.

Data Fields

mtb_radar_sensing_timestamp_t timestamp
 Timestamp of event.
 
const char * description
 Description about the event.
 
float distance
 Distance of object in meters, -1.0f if not applicable (i.e. More...
 
float accuracy
 Accuracy of distance of object +- meters, -1.0f if not applicable (i.e. More...
 

Field Documentation

◆ distance

float mtb_radar_sensing_presence_event_info_t::distance

Distance of object in meters, -1.0f if not applicable (i.e.

. for OUT event)

◆ accuracy

float mtb_radar_sensing_presence_event_info_t::accuracy

Accuracy of distance of object +- meters, -1.0f if not applicable (i.e.

for OUT event)