some fixes to enable Python bindings scanning
This commit is contained in:
@@ -94,6 +94,9 @@ public:
|
||||
int64_t AssignStreams (NetDeviceContainer c, int64_t stream);
|
||||
|
||||
private:
|
||||
// Disable implicit constructors
|
||||
LrWpanHelper (LrWpanHelper const &);
|
||||
LrWpanHelper& operator= (LrWpanHelper const &);
|
||||
/**
|
||||
* \internal
|
||||
*
|
||||
|
||||
@@ -86,6 +86,9 @@ public:
|
||||
*/
|
||||
Ptr<const SpectrumModel> GetSpectrumModel (void) const;
|
||||
private:
|
||||
// Disable implicit copy constructors
|
||||
LrWpanInterferenceHelper (LrWpanInterferenceHelper const &);
|
||||
LrWpanInterferenceHelper& operator= (LrWpanInterferenceHelper const &);
|
||||
/**
|
||||
* The helpers SpectrumModel.
|
||||
*/
|
||||
|
||||
@@ -31,7 +31,6 @@ namespace ns3 {
|
||||
|
||||
class LrWpanPhy;
|
||||
class LrWpanCsmaCa;
|
||||
class SingleModelSpectrumChannel;
|
||||
class SpectrumChannel;
|
||||
class Node;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user