Struct Sensor
pub struct Sensor {
pub cot: CursorOnTarget,
/* private fields */
}Expand description
Sensor object
uid- Unique identifiervideo_uid- Video unique identifierparent_callsign- Parent callsigncallsign- Callsignpoint- Pointfov- Field of viewfov_blue- Field of view bluedisplay_magnetic_reference- Display magnetic referencerange- Rangefov_green- Field of view greenfov_alpha- Field of view alphahide_fov- Hide field of viewfov_red- Field of view redazimuth- Azimuthconfig- Configuration
Fields§
§cot: CursorOnTargetImplementations§
§impl Sensor
impl Sensor
Trait Implementations§
§impl Sendable for Sensor
impl Sendable for Sensor
fn update_xml(&mut self)
fn modify_field(&mut self, field: &str, value: &str)
fn get_cot(&self) -> CursorOnTarget
Auto Trait Implementations§
impl Freeze for Sensor
impl RefUnwindSafe for Sensor
impl Send for Sensor
impl Sync for Sensor
impl Unpin for Sensor
impl UnwindSafe for Sensor
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more