Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(89)

Unified Diff: src/devices/spectrum/spectrum-interference.h

Issue 1869054: LTE module for ns-3
Patch Set: Created 13 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/devices/spectrum/spectrum-interference.h
===================================================================
--- a/src/devices/spectrum/spectrum-interference.h
+++ b/src/devices/spectrum/spectrum-interference.h
@@ -95,6 +95,7 @@
*/
void SetNoisePowerSpectralDensity (Ptr<const SpectrumValue> noisePsd);
+ Ptr<const SpectrumValue> GetNoisePowerSpectralDensity (void);
protected:
@@ -106,7 +107,6 @@
void DoSubtractSignal (Ptr<const SpectrumValue> spd);
-
bool m_receiving;
Ptr<const SpectrumValue> m_rxSignal; /**< stores the power spectral density of

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b