

Public Types | |
| enum | Environment { SubUrban, MediumCity, Metropolitan } |
Public Member Functions | |
| double | GetLoss (Ptr< MobilityModel > a, Ptr< MobilityModel > b) const |
| void | SetBSAntennaHeight (double height) |
| void | SetSSAntennaHeight (double height) |
| void | SetEnvironment (Environment env) |
| void | SetLambda (double lambda) |
| void | SetMinDistance (double minDistance) |
| double | GetBSAntennaHeight (void) const |
| double | GetSSAntennaHeight (void) const |
| Environment | GetEnvironment (void) const |
| double | GetMinDistance (void) const |
| double | GetLambda (void) const |
| void | SetLambda (double frequency, double speed) |
| double | GetShadowing (void) |
| void | SetShadowing (double shadowing) |
Static Public Member Functions | |
| static TypeId | GetTypeId (void) |
| This method returns the TypeId associated to ns3::Cost231PropagationLossModel. | |
| double ns3::Cost231PropagationLossModel::GetLoss | ( | Ptr< MobilityModel > | a, | |
| Ptr< MobilityModel > | b | |||
| ) | const |
| a | the mobility model of the source | |
| b | the mobility model of the destination |
| static TypeId ns3::Cost231PropagationLossModel::GetTypeId | ( | void | ) | [static] |
This method returns the TypeId associated to ns3::Cost231PropagationLossModel.
This object is accessible through the following paths with Config::Set and Config::Connect:
Attributes defined for this type:
No TraceSources defined for this type.
Reimplemented from ns3::PropagationLossModel.
1.7.1