Home
last modified time | relevance | path

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

/tools/netsim/rust/daemon/src/devices/
Ddevices_handler.rs116 pub fn set_orientation(&self, device_id: DeviceIdentifier, orientation: &ProtoOrientation) { in set_orientation()
119 pub fn get_orientation(&self, device_id: &DeviceIdentifier) -> Option<ProtoOrientation> { in get_orientation()
958 fn new_orientation(yaw: f32, pitch: f32, roll: f32) -> ProtoOrientation { in new_orientation()