A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::EpcX2LoadInformationHeader Class Reference

#include <epc-x2-header.h>

+ Inheritance diagram for ns3::EpcX2LoadInformationHeader:
+ Collaboration diagram for ns3::EpcX2LoadInformationHeader:

Public Member Functions

 EpcX2LoadInformationHeader ()
virtual ~EpcX2LoadInformationHeader ()
virtual uint32_t Deserialize (Buffer::Iterator start)
std::vector
< EpcX2Sap::CellInformationItem
GetCellInformationList () const
virtual TypeId GetInstanceTypeId (void) const
uint32_t GetLengthOfIes () const
uint32_t GetNumberOfIes () const
virtual uint32_t GetSerializedSize (void) const
virtual void Print (std::ostream &os) const
virtual void Serialize (Buffer::Iterator start) const
void SetCellInformationList (std::vector< EpcX2Sap::CellInformationItem > cellInformationList)
- Public Member Functions inherited from ns3::Header
virtual ~Header ()

Static Public Member Functions

static TypeId GetTypeId (void)

Private Attributes

std::vector
< EpcX2Sap::CellInformationItem
m_cellInformationList
uint32_t m_headerLength
uint32_t m_numberOfIes

Additional Inherited Members

- Protected Member Functions inherited from ns3::ObjectBase
void ConstructSelf (const AttributeConstructionList &attributes)
virtual void NotifyConstructionCompleted (void)

Detailed Description

Doxygen introspection did not find any typical Config paths.
No Attributes are defined for this type.
No TraceSources are defined for this type.

Definition at line 278 of file epc-x2-header.h.

Constructor & Destructor Documentation

ns3::EpcX2LoadInformationHeader::EpcX2LoadInformationHeader ( )

Definition at line 1087 of file epc-x2-header.cc.

References m_cellInformationList.

ns3::EpcX2LoadInformationHeader::~EpcX2LoadInformationHeader ( )
virtual

Definition at line 1094 of file epc-x2-header.cc.

References m_cellInformationList, m_headerLength, and m_numberOfIes.

Member Function Documentation

std::vector< EpcX2Sap::CellInformationItem > ns3::EpcX2LoadInformationHeader::GetCellInformationList ( ) const

Definition at line 1258 of file epc-x2-header.cc.

References m_cellInformationList.

Referenced by ns3::EpcX2::RecvFromX2cSocket().

+ Here is the caller graph for this function:

TypeId ns3::EpcX2LoadInformationHeader::GetInstanceTypeId ( void  ) const
virtual
Returns
the TypeId associated to the most-derived type of this instance.

This method is typically implemented by ns3::Object::GetInstanceTypeId but some classes which derive from ns3::ObjectBase directly have to implement it themselves.

Implements ns3::ObjectBase.

Definition at line 1112 of file epc-x2-header.cc.

References GetTypeId().

+ Here is the call graph for this function:

uint32_t ns3::EpcX2LoadInformationHeader::GetLengthOfIes ( ) const

Definition at line 1296 of file epc-x2-header.cc.

References m_headerLength.

Referenced by ns3::EpcX2::DoSendLoadInformation().

+ Here is the caller graph for this function:

uint32_t ns3::EpcX2LoadInformationHeader::GetNumberOfIes ( ) const

Definition at line 1302 of file epc-x2-header.cc.

References m_numberOfIes.

Referenced by ns3::EpcX2::DoSendLoadInformation().

+ Here is the caller graph for this function:

uint32_t ns3::EpcX2LoadInformationHeader::GetSerializedSize ( void  ) const
virtual
Returns
the expected size of the header.

This method is used by Packet::AddHeader to store a header into the byte buffer of a packet. This method should return the number of bytes which are needed to store the full header data by Serialize.

Implements ns3::Header.

Definition at line 1118 of file epc-x2-header.cc.

References m_headerLength.

Referenced by Deserialize().

+ Here is the caller graph for this function:

TypeId ns3::EpcX2LoadInformationHeader::GetTypeId ( void  )
static

Reimplemented from ns3::Header.

Definition at line 1102 of file epc-x2-header.cc.

References ns3::TypeId::SetParent().

Referenced by GetInstanceTypeId().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void ns3::EpcX2LoadInformationHeader::Print ( std::ostream &  os) const
virtual
Parameters
osoutput stream This method is used by Packet::Print to print the content of a trailer as ascii data to a c++ output stream. Although the trailer is free to format its output as it wishes, it is recommended to follow a few rules to integrate with the packet pretty printer: start with flags, small field values located between a pair of parens. Values should be separated by whitespace. Follow the parens with the important fields, separated by whitespace. i.e.: (field1 val1 field2 val2 field3 val3) field4 val4 field5 val5

Implements ns3::Header.

Definition at line 1252 of file epc-x2-header.cc.

References m_cellInformationList.

void ns3::EpcX2LoadInformationHeader::Serialize ( Buffer::Iterator  start) const
virtual
Parameters
startan iterator which points to where the header should be written.

This method is used by Packet::AddHeader to store a header into the byte buffer of a packet. The data written is expected to match bit-for-bit the representation of this header in a real network.

Implements ns3::Header.

Definition at line 1124 of file epc-x2-header.cc.

References m_cellInformationList, visualizer.core::start(), ns3::Buffer::Iterator::WriteHtonU16(), and ns3::Buffer::Iterator::WriteU8().

+ Here is the call graph for this function:

void ns3::EpcX2LoadInformationHeader::SetCellInformationList ( std::vector< EpcX2Sap::CellInformationItem cellInformationList)

Definition at line 1264 of file epc-x2-header.cc.

References m_cellInformationList, and m_headerLength.

Referenced by ns3::EpcX2::DoSendLoadInformation().

+ Here is the caller graph for this function:

Member Data Documentation

std::vector<EpcX2Sap::CellInformationItem> ns3::EpcX2LoadInformationHeader::m_cellInformationList
private
uint32_t ns3::EpcX2LoadInformationHeader::m_headerLength
private
uint32_t ns3::EpcX2LoadInformationHeader::m_numberOfIes
private

Definition at line 299 of file epc-x2-header.h.

Referenced by Deserialize(), GetNumberOfIes(), and ~EpcX2LoadInformationHeader().


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