Searched defs:RadarDataRcvNotification (Results 1 – 4 of 4) sorted by relevance
| /external/uwb/src/rust/uwb_core/src/uci/ |
| D | notification.rs | 204 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()
|
| D | uci_manager_sync.rs | 69 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()
|
| D | mock_uci_manager.rs | 579 radar_data_rcv_notf_sender: mpsc::UnboundedSender<RadarDataRcvNotification>, in set_radar_data_rcv_notification_sender()
|
| D | uci_manager.rs | 82 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()
|