A Discrete-Event Network Simulator
API
LogDistancePropagationLossModelTestCase::TestVector Struct Reference

Test vector. More...

+ Collaboration diagram for LogDistancePropagationLossModelTestCase::TestVector:

Public Attributes

Vector m_position
 Test node position. More...
 
double m_pr
 Rx power [W]. More...
 
double m_pt
 Tx power [dBm]. More...
 
double m_tolerance
 Tolerance. More...
 

Detailed Description

Test vector.

Definition at line 299 of file propagation-loss-model-test-suite.cc.

Member Data Documentation

◆ m_position

Vector LogDistancePropagationLossModelTestCase::TestVector::m_position

Test node position.

Definition at line 300 of file propagation-loss-model-test-suite.cc.

Referenced by LogDistancePropagationLossModelTestCase::DoRun().

◆ m_pr

double LogDistancePropagationLossModelTestCase::TestVector::m_pr

Rx power [W].

Definition at line 302 of file propagation-loss-model-test-suite.cc.

Referenced by LogDistancePropagationLossModelTestCase::DoRun().

◆ m_pt

double LogDistancePropagationLossModelTestCase::TestVector::m_pt

Tx power [dBm].

Definition at line 301 of file propagation-loss-model-test-suite.cc.

Referenced by LogDistancePropagationLossModelTestCase::DoRun().

◆ m_tolerance

double LogDistancePropagationLossModelTestCase::TestVector::m_tolerance

Tolerance.

Definition at line 303 of file propagation-loss-model-test-suite.cc.

Referenced by LogDistancePropagationLossModelTestCase::DoRun().


The documentation for this struct was generated from the following file: