Searched defs:ProtoDevice (Results 1 – 3 of 3) sorted by relevance
67 fn handle_to_netsim_model(&self, handle: &Handle) -> Option<(ChipIdentifier, ProtoDevice)> { in handle_to_netsim_model() argument103 fn is_uwb_state_on(device: &ProtoDevice, chip_id: &ChipIdentifier) -> bool { in is_uwb_state_on()119 fn create_proto_device_with_uwb_chip(uwb_state: bool) -> (ProtoDevice, ChipIdentifier) { in create_proto_device_with_uwb_chip()
79 pub fn get(&self, pose_manager: Arc<PoseManager>) -> Result<ProtoDevice, String> { in get()
461 pub fn create_device(create_device_request: &CreateDeviceRequest) -> Result<ProtoDevice, String> { in create_device()