A Discrete-Event Network Simulator
API
ns3::RadioEnvironmentMapHelper::RemPoint Struct Reference

A complete Radio Environment Map is composed of many of this structure. More...

+ Collaboration diagram for ns3::RadioEnvironmentMapHelper::RemPoint:

Public Attributes

Ptr< MobilityModelbmm
 Position of the listener in the environment. More...
 
Ptr< RemSpectrumPhyphy
 Simplified listener which compute SINR over the DL channel. More...
 

Detailed Description

A complete Radio Environment Map is composed of many of this structure.

Definition at line 112 of file radio-environment-map-helper.h.

Member Data Documentation

Ptr<MobilityModel> ns3::RadioEnvironmentMapHelper::RemPoint::bmm

Position of the listener in the environment.

Definition at line 117 of file radio-environment-map-helper.h.

Referenced by ns3::RadioEnvironmentMapHelper::DelayedInstall().

Ptr<RemSpectrumPhy> ns3::RadioEnvironmentMapHelper::RemPoint::phy

Simplified listener which compute SINR over the DL channel.

Definition at line 115 of file radio-environment-map-helper.h.

Referenced by ns3::RadioEnvironmentMapHelper::DelayedInstall().


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