fix uan for python scan, add default constructor

This commit is contained in:
Josh Pelkey
2010-06-25 13:50:45 -04:00
parent cc1141628e
commit b381cbfaac
9 changed files with 572 additions and 472 deletions

View File

@@ -24,8 +24,6 @@
#include "ns3/packet.h"
#include "uan-tx-mode.h"
#include "ns3/uan-prop-model.h"
// #include "uan-channel.h"
// #include "uan-phy.h"
#include <list>
namespace ns3 {
@@ -42,6 +40,12 @@ class UanChannel;
class UanPacketArrival
{
public:
/* default constructor so python scan works */
UanPacketArrival ()
{
}
/**
* \param packet Packet arriving
* \param rxPowerDb RX signal power in dB of arriving packet