pub struct DishEmcResponse {
Show 53 fields pub is_test_device: Option<bool>, pub uuid: Option<String>, pub timestamp: Option<u64>, pub state: Option<String>, pub sky_search_state: Option<String>, pub snr: Option<f32>, pub seconds_until_schedule: Option<f32>, pub snr_uptime: Option<f64>, pub cplane_uptime: Option<f64>, pub percent_scheduled: Option<f64>, pub cplane_updates: Option<u32>, pub downlink_throughput: Option<f64>, pub uplink_throughput: Option<f64>, pub connected: Option<bool>, pub sys_uptime: Option<i32>, pub gps_latitude: Option<f64>, pub gps_longitude: Option<f64>, pub gps_pdop: Option<f64>, pub rf_mode: Option<u32>, pub phi: Option<f64>, pub theta: Option<f64>, pub rx_channel: Option<u32>, pub tx_channel: Option<u32>, pub t_dbf_max: Option<f32>, pub t_center: Option<f64>, pub baseline_heating: Option<f64>, pub additional_heating: Option<f64>, pub total_heating: Option<f64>, pub target_total_heating: Option<f64>, pub auto_power_snow_melt_enabled: Option<bool>, pub voltage: Option<f64>, pub rx_beam_state: Option<u32>, pub tx_beam_state: Option<u32>, pub half_duplex_state: Option<u32>, pub manual_tilt_enabled: Option<bool>, pub tilt_angle: Option<f64>, pub pll_tx_lock_detected: Option<u32>, pub eirp_exceeded_threshold: Option<bool>, pub eirp_scale_override: Option<f32>, pub idle_override_enabled: Option<bool>, pub theta_override_enabled: Option<bool>, pub theta_override_value: Option<f64>, pub phi_override_enabled: Option<bool>, pub phi_override_value: Option<f64>, pub rx_chan_override_value: Option<u32>, pub tx_chan_override_value: Option<u32>, pub sky_search_override_enabled: Option<bool>, pub fast_switching_enabled: Option<bool>, pub modulation_override_value: Option<u32>, pub force_eirp_failure: Option<bool>, pub force_pll_unlock: Option<bool>, pub ut_ine_success: Option<u32>, pub rf_ready: Option<bool>,
}

Fields§

§is_test_device: Option<bool>§uuid: Option<String>§timestamp: Option<u64>§state: Option<String>§sky_search_state: Option<String>§snr: Option<f32>§seconds_until_schedule: Option<f32>§snr_uptime: Option<f64>§cplane_uptime: Option<f64>§percent_scheduled: Option<f64>§cplane_updates: Option<u32>§downlink_throughput: Option<f64>§uplink_throughput: Option<f64>§connected: Option<bool>§sys_uptime: Option<i32>§gps_latitude: Option<f64>§gps_longitude: Option<f64>§gps_pdop: Option<f64>§rf_mode: Option<u32>§phi: Option<f64>§theta: Option<f64>§rx_channel: Option<u32>§tx_channel: Option<u32>§t_dbf_max: Option<f32>§t_center: Option<f64>§baseline_heating: Option<f64>§additional_heating: Option<f64>§total_heating: Option<f64>§target_total_heating: Option<f64>§auto_power_snow_melt_enabled: Option<bool>§voltage: Option<f64>§rx_beam_state: Option<u32>§tx_beam_state: Option<u32>§half_duplex_state: Option<u32>§manual_tilt_enabled: Option<bool>§tilt_angle: Option<f64>§pll_tx_lock_detected: Option<u32>§eirp_exceeded_threshold: Option<bool>§eirp_scale_override: Option<f32>§idle_override_enabled: Option<bool>§theta_override_enabled: Option<bool>§theta_override_value: Option<f64>§phi_override_enabled: Option<bool>§phi_override_value: Option<f64>§rx_chan_override_value: Option<u32>§tx_chan_override_value: Option<u32>§sky_search_override_enabled: Option<bool>§fast_switching_enabled: Option<bool>§modulation_override_value: Option<u32>§force_eirp_failure: Option<bool>§force_pll_unlock: Option<bool>§ut_ine_success: Option<u32>§rf_ready: Option<bool>

Implementations§

source§

impl DishEmcResponse

source

pub fn is_test_device(&self) -> bool

Returns the value of is_test_device, or the default value if is_test_device is unset.

source

pub fn uuid(&self) -> &str

Returns the value of uuid, or the default value if uuid is unset.

source

pub fn timestamp(&self) -> u64

Returns the value of timestamp, or the default value if timestamp is unset.

source

pub fn state(&self) -> &str

Returns the value of state, or the default value if state is unset.

source

pub fn sky_search_state(&self) -> &str

Returns the value of sky_search_state, or the default value if sky_search_state is unset.

source

pub fn snr(&self) -> f32

Returns the value of snr, or the default value if snr is unset.

source

pub fn seconds_until_schedule(&self) -> f32

Returns the value of seconds_until_schedule, or the default value if seconds_until_schedule is unset.

source

pub fn snr_uptime(&self) -> f64

Returns the value of snr_uptime, or the default value if snr_uptime is unset.

source

pub fn cplane_uptime(&self) -> f64

Returns the value of cplane_uptime, or the default value if cplane_uptime is unset.

source

pub fn percent_scheduled(&self) -> f64

Returns the value of percent_scheduled, or the default value if percent_scheduled is unset.

source

pub fn cplane_updates(&self) -> u32

Returns the value of cplane_updates, or the default value if cplane_updates is unset.

Returns the value of downlink_throughput, or the default value if downlink_throughput is unset.

Returns the value of uplink_throughput, or the default value if uplink_throughput is unset.

source

pub fn connected(&self) -> bool

Returns the value of connected, or the default value if connected is unset.

source

pub fn sys_uptime(&self) -> i32

Returns the value of sys_uptime, or the default value if sys_uptime is unset.

source

pub fn gps_latitude(&self) -> f64

Returns the value of gps_latitude, or the default value if gps_latitude is unset.

source

pub fn gps_longitude(&self) -> f64

Returns the value of gps_longitude, or the default value if gps_longitude is unset.

source

pub fn gps_pdop(&self) -> f64

Returns the value of gps_pdop, or the default value if gps_pdop is unset.

source

pub fn rf_mode(&self) -> u32

Returns the value of rf_mode, or the default value if rf_mode is unset.

source

pub fn phi(&self) -> f64

Returns the value of phi, or the default value if phi is unset.

source

pub fn theta(&self) -> f64

Returns the value of theta, or the default value if theta is unset.

source

pub fn rx_channel(&self) -> u32

Returns the value of rx_channel, or the default value if rx_channel is unset.

source

pub fn tx_channel(&self) -> u32

Returns the value of tx_channel, or the default value if tx_channel is unset.

source

pub fn t_dbf_max(&self) -> f32

Returns the value of t_dbf_max, or the default value if t_dbf_max is unset.

source

pub fn t_center(&self) -> f64

Returns the value of t_center, or the default value if t_center is unset.

source

pub fn baseline_heating(&self) -> f64

Returns the value of baseline_heating, or the default value if baseline_heating is unset.

source

pub fn additional_heating(&self) -> f64

Returns the value of additional_heating, or the default value if additional_heating is unset.

source

pub fn total_heating(&self) -> f64

Returns the value of total_heating, or the default value if total_heating is unset.

source

pub fn target_total_heating(&self) -> f64

Returns the value of target_total_heating, or the default value if target_total_heating is unset.

source

pub fn auto_power_snow_melt_enabled(&self) -> bool

Returns the value of auto_power_snow_melt_enabled, or the default value if auto_power_snow_melt_enabled is unset.

source

pub fn voltage(&self) -> f64

Returns the value of voltage, or the default value if voltage is unset.

source

pub fn rx_beam_state(&self) -> u32

Returns the value of rx_beam_state, or the default value if rx_beam_state is unset.

source

pub fn tx_beam_state(&self) -> u32

Returns the value of tx_beam_state, or the default value if tx_beam_state is unset.

source

pub fn half_duplex_state(&self) -> u32

Returns the value of half_duplex_state, or the default value if half_duplex_state is unset.

source

pub fn manual_tilt_enabled(&self) -> bool

Returns the value of manual_tilt_enabled, or the default value if manual_tilt_enabled is unset.

source

pub fn tilt_angle(&self) -> f64

Returns the value of tilt_angle, or the default value if tilt_angle is unset.

source

pub fn pll_tx_lock_detected(&self) -> u32

Returns the value of pll_tx_lock_detected, or the default value if pll_tx_lock_detected is unset.

source

pub fn eirp_exceeded_threshold(&self) -> bool

Returns the value of eirp_exceeded_threshold, or the default value if eirp_exceeded_threshold is unset.

source

pub fn eirp_scale_override(&self) -> f32

Returns the value of eirp_scale_override, or the default value if eirp_scale_override is unset.

source

pub fn idle_override_enabled(&self) -> bool

Returns the value of idle_override_enabled, or the default value if idle_override_enabled is unset.

source

pub fn theta_override_enabled(&self) -> bool

Returns the value of theta_override_enabled, or the default value if theta_override_enabled is unset.

source

pub fn theta_override_value(&self) -> f64

Returns the value of theta_override_value, or the default value if theta_override_value is unset.

source

pub fn phi_override_enabled(&self) -> bool

Returns the value of phi_override_enabled, or the default value if phi_override_enabled is unset.

source

pub fn phi_override_value(&self) -> f64

Returns the value of phi_override_value, or the default value if phi_override_value is unset.

source

pub fn rx_chan_override_value(&self) -> u32

Returns the value of rx_chan_override_value, or the default value if rx_chan_override_value is unset.

source

pub fn tx_chan_override_value(&self) -> u32

Returns the value of tx_chan_override_value, or the default value if tx_chan_override_value is unset.

source

pub fn sky_search_override_enabled(&self) -> bool

Returns the value of sky_search_override_enabled, or the default value if sky_search_override_enabled is unset.

source

pub fn fast_switching_enabled(&self) -> bool

Returns the value of fast_switching_enabled, or the default value if fast_switching_enabled is unset.

source

pub fn modulation_override_value(&self) -> u32

Returns the value of modulation_override_value, or the default value if modulation_override_value is unset.

source

pub fn force_eirp_failure(&self) -> bool

Returns the value of force_eirp_failure, or the default value if force_eirp_failure is unset.

source

pub fn force_pll_unlock(&self) -> bool

Returns the value of force_pll_unlock, or the default value if force_pll_unlock is unset.

source

pub fn ut_ine_success(&self) -> u32

Returns the value of ut_ine_success, or the default value if ut_ine_success is unset.

source

pub fn rf_ready(&self) -> bool

Returns the value of rf_ready, or the default value if rf_ready is unset.

Trait Implementations§

source§

impl Clone for DishEmcResponse

source§

fn clone(&self) -> DishEmcResponse

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for DishEmcResponse

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for DishEmcResponse

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Message for DishEmcResponse

source§

fn encoded_len(&self) -> usize

Returns the encoded length of the message without a length delimiter.
source§

fn clear(&mut self)

Clears the message, resetting all fields to their default.
source§

fn encode<B>(&self, buf: &mut B) -> Result<(), EncodeError>
where B: BufMut, Self: Sized,

Encodes the message to a buffer. Read more
source§

fn encode_to_vec(&self) -> Vec<u8>
where Self: Sized,

Encodes the message to a newly allocated buffer.
source§

fn encode_length_delimited<B>(&self, buf: &mut B) -> Result<(), EncodeError>
where B: BufMut, Self: Sized,

Encodes the message with a length-delimiter to a buffer. Read more
source§

fn encode_length_delimited_to_vec(&self) -> Vec<u8>
where Self: Sized,

Encodes the message with a length-delimiter to a newly allocated buffer.
source§

fn decode<B>(buf: B) -> Result<Self, DecodeError>
where B: Buf, Self: Default,

Decodes an instance of the message from a buffer. Read more
source§

fn decode_length_delimited<B>(buf: B) -> Result<Self, DecodeError>
where B: Buf, Self: Default,

Decodes a length-delimited instance of the message from the buffer.
source§

fn merge<B>(&mut self, buf: B) -> Result<(), DecodeError>
where B: Buf, Self: Sized,

Decodes an instance of the message from a buffer, and merges it into self. Read more
source§

fn merge_length_delimited<B>(&mut self, buf: B) -> Result<(), DecodeError>
where B: Buf, Self: Sized,

Decodes a length-delimited instance of the message from buffer, and merges it into self.
source§

impl PartialEq for DishEmcResponse

source§

fn eq(&self, other: &DishEmcResponse) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl StructuralPartialEq for DishEmcResponse

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<T> FromRef<T> for T
where T: Clone,

§

fn from_ref(input: &T) -> T

Converts to this type from a reference to the input type.
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> IntoRequest<T> for T

source§

fn into_request(self) -> Request<T>

Wrap the input message T in a tonic::Request
source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more