Enum simulation::signal::PropagationModel [] [src]

pub enum PropagationModel {
    FreeSpace,
    TwoWave,
}

The model used for calculating the base signal strength from distance

Variants

A simple free space model

A propagation model that considers the direct wave and a ground reflection

Trait Implementations

impl Copy for PropagationModel
[src]

impl Clone for PropagationModel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl TryFrom<i32> for PropagationModel
[src]

Unstable (try_from)

The type returned in the event of a conversion error.

Unstable (try_from)

Performs the conversion.