A Discrete-Event Network Simulator
API
ns3::olsr::MessageHeader::Mid Struct Reference

MID Message Format. More...

#include "olsr-header.h"

+ Collaboration diagram for ns3::olsr::MessageHeader::Mid:

Public Member Functions

uint32_t Deserialize (Buffer::Iterator start, uint32_t messageSize)
 This method is used by Packet::RemoveHeader to re-create a header from the byte buffer of a packet. More...
 
uint32_t GetSerializedSize (void) const
 Returns the expected size of the header. More...
 
void Print (std::ostream &os) const
 This method is used to print the content of a MID message. More...
 
void Serialize (Buffer::Iterator start) const
 This method is used by Packet::AddHeader to store a header into the byte buffer of a packet. More...
 

Public Attributes

std::vector< Ipv4AddressinterfaceAddresses
 Interface Address container. More...
 

Detailed Description

MID Message Format.

  0                   1                   2                   3
  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                    OLSR Interface Address                     |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                    OLSR Interface Address                     |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                              ...                              |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

Definition at line 313 of file olsr-header.h.

Member Function Documentation

uint32_t ns3::olsr::MessageHeader::Mid::Deserialize ( Buffer::Iterator  start,
uint32_t  messageSize 
)

This method is used by Packet::RemoveHeader to re-create a header from the byte buffer of a packet.

Parameters
startan iterator which points to where the header should read from.
messageSizethe message size.
Returns
the number of bytes read.

Definition at line 311 of file olsr-header.cc.

References ns3::olsr::MessageHeader::GetSerializedSize(), IPV4_ADDRESS_SIZE, NS_ASSERT, ns3::Buffer::Iterator::ReadNtohU32(), and visualizer.core::start().

+ Here is the call graph for this function:

uint32_t ns3::olsr::MessageHeader::Mid::GetSerializedSize ( void  ) const

Returns the expected size of the header.

Returns
the expected size of the header.

Definition at line 287 of file olsr-header.cc.

References interfaceAddresses, and IPV4_ADDRESS_SIZE.

void ns3::olsr::MessageHeader::Mid::Print ( std::ostream &  os) const

This method is used to print the content of a MID message.

Parameters
osoutput stream
Todo:

Definition at line 293 of file olsr-header.cc.

void ns3::olsr::MessageHeader::Mid::Serialize ( Buffer::Iterator  start) const

This method is used by Packet::AddHeader to store a header into the byte buffer of a packet.

Parameters
startan iterator which points to where the header should be written.

Definition at line 299 of file olsr-header.cc.

References visualizer.core::start(), and ns3::Buffer::Iterator::WriteHtonU32().

+ Here is the call graph for this function:

Member Data Documentation

std::vector<Ipv4Address> ns3::olsr::MessageHeader::Mid::interfaceAddresses

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