A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::U32TlvValue Class Reference

U32TlvValue class. More...

#include "wimax-tlv.h"

+ Inheritance diagram for ns3::U32TlvValue:
+ Collaboration diagram for ns3::U32TlvValue:

Public Member Functions

 U32TlvValue ()
 
 U32TlvValue (uint32_t value)
 Constructor.
 
 ~U32TlvValue () override
 
U32TlvValueCopy () const override
 Copy.
 
uint32_t Deserialize (Buffer::Iterator start)
 Deserialize from a buffer.
 
uint32_t Deserialize (Buffer::Iterator start, uint64_t valueLen) override
 Deserialize from a buffer.
 
uint32_t GetSerializedSize () const override
 Get serialized size in bytes.
 
uint32_t GetValue () const
 Get value.
 
void Serialize (Buffer::Iterator start) const override
 Serialize to a buffer.
 
- Public Member Functions inherited from ns3::TlvValue
virtual ~TlvValue ()
 
virtual TlvValueCopy () const =0
 Copy function.
 
virtual uint32_t Deserialize (Buffer::Iterator start, uint64_t valueLen)=0
 Deserialize from a buffer.
 
virtual uint32_t GetSerializedSize () const =0
 Get serialized size in bytes.
 
virtual void Serialize (Buffer::Iterator start) const =0
 Serialize to a buffer.
 

Private Attributes

uint32_t m_value
 value
 

Detailed Description

U32TlvValue class.

Definition at line 254 of file wimax-tlv.h.

Constructor & Destructor Documentation

◆ U32TlvValue() [1/2]

ns3::U32TlvValue::U32TlvValue ( uint32_t  value)

Constructor.

Parameters
valueto encode

Definition at line 586 of file wimax-tlv.cc.

References m_value.

◆ U32TlvValue() [2/2]

ns3::U32TlvValue::U32TlvValue ( )

Definition at line 591 of file wimax-tlv.cc.

References m_value.

Referenced by Copy().

+ Here is the caller graph for this function:

◆ ~U32TlvValue()

ns3::U32TlvValue::~U32TlvValue ( )
override

Definition at line 596 of file wimax-tlv.cc.

Member Function Documentation

◆ Copy()

U32TlvValue * ns3::U32TlvValue::Copy ( ) const
overridevirtual

Copy.

Returns
the U32 TLV Value

Implements ns3::TlvValue.

Definition at line 632 of file wimax-tlv.cc.

References U32TlvValue(), and m_value.

+ Here is the call graph for this function:

◆ Deserialize() [1/2]

uint32_t ns3::U32TlvValue::Deserialize ( Buffer::Iterator  start)

Deserialize from a buffer.

Parameters
startthe iterator
Returns
the size

Definition at line 619 of file wimax-tlv.cc.

References m_value, and ns3::Buffer::Iterator::ReadNtohU32().

+ Here is the call graph for this function:

◆ Deserialize() [2/2]

uint32_t ns3::U32TlvValue::Deserialize ( Buffer::Iterator  start,
uint64_t  valueLen 
)
overridevirtual

Deserialize from a buffer.

Parameters
startthe iterator
valueLenthe maximum length of the value
Returns
the

Implements ns3::TlvValue.

Definition at line 613 of file wimax-tlv.cc.

References Deserialize().

Referenced by Deserialize(), and ns3::SfVectorTlvValue::Deserialize().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ GetSerializedSize()

uint32_t ns3::U32TlvValue::GetSerializedSize ( ) const
overridevirtual

Get serialized size in bytes.

Returns
the serialized size

Implements ns3::TlvValue.

Definition at line 601 of file wimax-tlv.cc.

◆ GetValue()

uint32_t ns3::U32TlvValue::GetValue ( ) const

Get value.

Returns
the value

Definition at line 626 of file wimax-tlv.cc.

References m_value.

◆ Serialize()

void ns3::U32TlvValue::Serialize ( Buffer::Iterator  start) const
overridevirtual

Serialize to a buffer.

Parameters
startthe iterator

Implements ns3::TlvValue.

Definition at line 607 of file wimax-tlv.cc.

References m_value, and ns3::Buffer::Iterator::WriteHtonU32().

+ Here is the call graph for this function:

Member Data Documentation

◆ m_value

uint32_t ns3::U32TlvValue::m_value
private

value

Definition at line 287 of file wimax-tlv.h.

Referenced by U32TlvValue(), Copy(), Deserialize(), GetValue(), and Serialize().


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