Enum simulation::signal::PropagationModel
[−]
[src]
pub enum PropagationModel { FreeSpace, TwoWave, }
The model used for calculating the base signal strength from distance
Variants
FreeSpace
A simple free space model
TwoWave
A propagation model that considers the direct wave and a ground reflection
Trait Implementations
impl Copy for PropagationModel
[src]
impl Clone for PropagationModel
[src]
fn clone(&self) -> PropagationModel
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more