This documentation is not the Latest Release.
A Discrete-Event Network Simulator
API
ns3::olsr::MessageHeader::Tc Struct Reference

#include "olsr-header.h"

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

Public Member Functions

uint32_t Deserialize (Buffer::Iterator start, uint32_t messageSize)
 
uint32_t GetSerializedSize (void) const
 
void Print (std::ostream &os) const
 
void Serialize (Buffer::Iterator start) const
 

Public Attributes

uint16_t ansn
 
std::vector< Ipv4AddressneighborAddresses
 

Detailed Description

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

Member Function Documentation

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

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

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

+ Here is the call graph for this function:

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

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

References IPV4_ADDRESS_SIZE.

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

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

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

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

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

+ Here is the call graph for this function:

Member Data Documentation

uint16_t ns3::olsr::MessageHeader::Tc::ansn

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