Struct Sensor
pub struct Sensor {
    pub cot: CursorOnTarget,
    /* private fields */
}Expand description
Sensor object
- uid- Unique identifier
- video_uid- Video unique identifier
- parent_callsign- Parent callsign
- callsign- Callsign
- point- Point
- fov- Field of view
- fov_blue- Field of view blue
- display_magnetic_reference- Display magnetic reference
- range- Range
- fov_green- Field of view green
- fov_alpha- Field of view alpha
- hide_fov- Hide field of view
- fov_red- Field of view red
- azimuth- Azimuth
- config- 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