Home
last modified time | relevance | path

Searched defs:RadarDataRcvNotification (Results 1 – 4 of 4) sorted by relevance

/external/uwb/src/rust/uwb_core/src/uci/
Dnotification.rs204 pub struct RadarDataRcvNotification { struct
206 pub session_token: SessionToken,
209 pub status: DataRcvStatusCode,
212 pub radar_data_type: RadarDataType,
215 pub number_of_sweeps: u8,
241 impl TryFrom<uwb_uci_packets::UciDataPacket> for RadarDataRcvNotification { argument
251 fn parse_radar_data(data: RadarDataRcv) -> Result<RadarDataRcvNotification> { in parse_radar_data()
Duci_manager_sync.rs69 radar_data_rcv_notification: RadarDataRcvNotification, in on_radar_data_rcv_notification()
95 radar_data_rcv_notification_receiver: mpsc::UnboundedReceiver<RadarDataRcvNotification>, in new()
571 _data_rcv_notf: RadarDataRcvNotification, in on_radar_data_rcv_notification()
Dmock_uci_manager.rs579 radar_data_rcv_notf_sender: mpsc::UnboundedSender<RadarDataRcvNotification>, in set_radar_data_rcv_notification_sender()
Duci_manager.rs82 radar_data_rcv_notf_sender: mpsc::UnboundedSender<RadarDataRcvNotification>, in set_radar_data_rcv_notification_sender()
304 radar_data_rcv_notf_sender: mpsc::UnboundedSender<RadarDataRcvNotification>, in set_radar_data_rcv_notification_sender()