#include <wimax-tlv.h>
Public Member Functions | |
TosTlvValue () | |
TosTlvValue (uint8_t, uint8_t, uint8_t) | |
~TosTlvValue () | |
virtual TosTlvValue * | Copy () const |
virtual uint32_t | Deserialize (Buffer::Iterator start, uint64_t valueLength) |
uint8_t | GetHigh (void) const |
uint8_t | GetLow (void) const |
uint8_t | GetMask (void) const |
virtual uint32_t | GetSerializedSize (void) const |
virtual void | Serialize (Buffer::Iterator start) const |
![]() | |
virtual | ~TlvValue () |
Private Attributes | |
uint8_t | m_high |
uint8_t | m_low |
uint8_t | m_mask |
Definition at line 279 of file wimax-tlv.h.
ns3::TosTlvValue::TosTlvValue | ( | ) |
ns3::TosTlvValue::TosTlvValue | ( | uint8_t | low, |
uint8_t | high, | ||
uint8_t | mask | ||
) |
Definition at line 815 of file wimax-tlv.cc.
ns3::TosTlvValue::~TosTlvValue | ( | ) |
Definition at line 821 of file wimax-tlv.cc.
|
virtual |
Implements ns3::TlvValue.
Definition at line 862 of file wimax-tlv.cc.
References m_high, m_low, m_mask, and TosTlvValue().
|
virtual |
Implements ns3::TlvValue.
Definition at line 838 of file wimax-tlv.cc.
References m_high, m_low, m_mask, and ns3::Buffer::Iterator::ReadU8().
Referenced by ns3::ClassificationRuleVectorTlvValue::Deserialize().
uint8_t ns3::TosTlvValue::GetHigh | ( | void | ) | const |
Definition at line 851 of file wimax-tlv.cc.
References m_high.
uint8_t ns3::TosTlvValue::GetLow | ( | void | ) | const |
Definition at line 846 of file wimax-tlv.cc.
References m_low.
uint8_t ns3::TosTlvValue::GetMask | ( | void | ) | const |
Definition at line 856 of file wimax-tlv.cc.
References m_mask.
|
virtual |
Implements ns3::TlvValue.
Definition at line 826 of file wimax-tlv.cc.
Referenced by ns3::ClassificationRuleVectorTlvValue::Deserialize().
|
virtual |
Implements ns3::TlvValue.
Definition at line 831 of file wimax-tlv.cc.
References m_high, m_low, m_mask, and ns3::Buffer::Iterator::WriteU8().
|
private |
Definition at line 294 of file wimax-tlv.h.
Referenced by Copy(), Deserialize(), GetHigh(), Serialize(), and TosTlvValue().
|
private |
Definition at line 293 of file wimax-tlv.h.
Referenced by Copy(), Deserialize(), GetLow(), Serialize(), and TosTlvValue().
|
private |
Definition at line 295 of file wimax-tlv.h.
Referenced by Copy(), Deserialize(), GetMask(), Serialize(), and TosTlvValue().