Public Member Functions | Static Public Member Functions

ns3::PacketBurst Class Reference

Inheritance diagram for ns3::PacketBurst:
Inheritance graph
[legend]
Collaboration diagram for ns3::PacketBurst:
Collaboration graph
[legend]

List of all members.

Public Member Functions

Ptr< PacketBurstCopy (void) const
void AddPacket (Ptr< Packet > packet)
 add a packet to the list of packet
std::list< Ptr< Packet > > GetPackets (void) const
uint32_t GetNPackets (void) const
uint32_t GetSize (void) const
std::list< Ptr< Packet >
>::const_iterator 
Begin (void) const
std::list< Ptr< Packet >
>::const_iterator 
End (void) const

Static Public Member Functions

static TypeId GetTypeId (void)
 this class implement a burst as a list of packets

Member Function Documentation

void ns3::PacketBurst::AddPacket ( Ptr< Packet packet  ) 

add a packet to the list of packet

Parameters:
packet the packet to add
Ptr<PacketBurst> ns3::PacketBurst::Copy ( void   )  const
Returns:
a copy the packetBurst
uint32_t ns3::PacketBurst::GetNPackets ( void   )  const
Returns:
the number of packet in the burst
std::list<Ptr<Packet> > ns3::PacketBurst::GetPackets ( void   )  const
Returns:
the list of packet of this burst
uint32_t ns3::PacketBurst::GetSize ( void   )  const
Returns:
the size of the burst in byte (the size of all packets)
static TypeId ns3::PacketBurst::GetTypeId ( void   )  [static]

this class implement a burst as a list of packets

This method returns the TypeId associated to ns3::PacketBurst.

This object is accessible through the following paths with Config::Set and Config::Connect:

  • /NodeList/[i]/DeviceList/[i]/$ns3::AlohaNoackNetDevice/Phy/$ns3::PacketBurst
  • /NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/BsIpcsPacketClassifier/$ns3::PacketBurst
  • /NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/LinkManager/$ns3::PacketBurst
  • /NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/SSManager/$ns3::PacketBurst
  • /NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/ServiceFlowManager/$ns3::PacketBurst
  • /NodeList/[i]/DeviceList/[i]/$ns3::NonCommunicatingNetDevice/Phy/$ns3::PacketBurst
  • /NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/Classifier/$ns3::PacketBurst
  • /NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/LinkManager/$ns3::PacketBurst
  • /NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/SSScheduler/$ns3::PacketBurst
  • /NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Channel/NoiseModel/$ns3::PacketBurst
  • /NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Channel/PropagationModel/$ns3::PacketBurst
  • /NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Mac/$ns3::PacketBurst
  • /NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::PacketBurst
  • /NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Transducer/$ns3::PacketBurst
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/BsIpcsPacketClassifier/$ns3::PacketBurst
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/LinkManager/$ns3::PacketBurst
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/SSManager/$ns3::PacketBurst
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/ServiceFlowManager/$ns3::PacketBurst
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/Classifier/$ns3::PacketBurst
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/LinkManager/$ns3::PacketBurst
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/SSScheduler/$ns3::PacketBurst
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/BandwidthManager/$ns3::PacketBurst
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/BurstProfileManager/$ns3::PacketBurst
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Channel/$ns3::UanChannel/NoiseModel/$ns3::PacketBurst
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Channel/$ns3::UanChannel/PropagationModel/$ns3::PacketBurst
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/ConnectionManager/$ns3::PacketBurst
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Phy/Channel/$ns3::UanChannel/NoiseModel/$ns3::PacketBurst
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Phy/Channel/$ns3::UanChannel/PropagationModel/$ns3::PacketBurst

No Attributes defined for this type.
No TraceSources defined for this type.

Reimplemented from ns3::Object.


The documentation for this class was generated from the following files: