ns-3
|
Public Member Functions | |
Ptr< PacketBurst > | Copy (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 |
void ns3::PacketBurst::AddPacket | ( | Ptr< Packet > | packet | ) |
add a packet to the list of packet
packet | the packet to add |
Referenced by ns3::BSSchedulerRtps::BSSchedulerRTPSConnection(), Copy(), ns3::SimplePacketScheduler::DoRunPacketScheduler(), and ns3::SSScheduler::Schedule().
Ptr< PacketBurst > ns3::PacketBurst::Copy | ( | void | ) | const |
References AddPacket(), and ns3::Packet::Copy().
Referenced by ns3::LteSpectrumSignalParameters::LteSpectrumSignalParameters().
uint32_t ns3::PacketBurst::GetNPackets | ( | void | ) | const |
Referenced by ns3::BSSchedulerRtps::BSSchedulerRTPSConnection(), ns3::SubscriberStationNetDevice::SendBurst(), and ns3::EnbLtePhy::SendPacket().
std::list< Ptr< Packet > > ns3::PacketBurst::GetPackets | ( | void | ) | const |
uint32_t ns3::PacketBurst::GetSize | ( | void | ) | const |
References ns3::Packet::GetSize().
Referenced by ns3::SimpleOfdmWimaxPhy::Send(), ns3::SubscriberStationNetDevice::SendBurst(), and ns3::EnbLtePhy::SendPacket().
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:
No Attributes defined for this type.
No TraceSources defined for this type.
Reimplemented from ns3::Object.
References ns3::TypeId::SetParent().