this class implements the classifier descriptor as a tlv vector More...
#include <wimax-tlv.h>
Public Types | |
enum | ClassificationRuleTlvType { Priority = 1, ToS = 2, Protocol = 3, IP_src = 4, IP_dst = 5, Port_src = 6, Port_dst = 7, Index = 14 } |
![]() | |
typedef std::vector< Tlv * > ::const_iterator | Iterator |
Public Member Functions | |
ClassificationRuleVectorTlvValue () | |
virtual ClassificationRuleVectorTlvValue * | Copy (void) const |
virtual uint32_t | Deserialize (Buffer::Iterator start, uint64_t valueLength) |
![]() | |
VectorTlvValue (void) | |
~VectorTlvValue (void) | |
void | Add (const Tlv &val) |
Iterator | Begin () const |
Iterator | End () const |
virtual uint32_t | GetSerializedSize (void) const |
virtual void | Serialize (Buffer::Iterator start) const |
![]() | |
virtual | ~TlvValue () |
this class implements the classifier descriptor as a tlv vector
Definition at line 255 of file wimax-tlv.h.
Enumerator | |
---|---|
Priority | |
ToS | |
Protocol | |
IP_src | |
IP_dst | |
Port_src | |
Port_dst | |
Index |
Definition at line 258 of file wimax-tlv.h.
ns3::ClassificationRuleVectorTlvValue::ClassificationRuleVectorTlvValue | ( | ) |
Definition at line 701 of file wimax-tlv.cc.
Referenced by Copy().
|
virtual |
Implements ns3::VectorTlvValue.
Definition at line 707 of file wimax-tlv.cc.
References ns3::VectorTlvValue::Add(), ns3::VectorTlvValue::Begin(), ClassificationRuleVectorTlvValue(), and ns3::VectorTlvValue::End().
|
virtual |
Implements ns3::VectorTlvValue.
Definition at line 718 of file wimax-tlv.cc.
References ns3::VectorTlvValue::Add(), ns3::U8TlvValue::Deserialize(), ns3::U16TlvValue::Deserialize(), ns3::TosTlvValue::Deserialize(), ns3::PortRangeTlvValue::Deserialize(), ns3::ProtocolTlvValue::Deserialize(), ns3::Ipv4AddressTlvValue::Deserialize(), ns3::TosTlvValue::GetSerializedSize(), ns3::PortRangeTlvValue::GetSerializedSize(), ns3::ProtocolTlvValue::GetSerializedSize(), ns3::Ipv4AddressTlvValue::GetSerializedSize(), Index, IP_dst, IP_src, ns3::Buffer::Iterator::Next(), Port_dst, Port_src, Priority, Protocol, ns3::Buffer::Iterator::ReadU8(), ToS, and WIMAX_TLV_EXTENDED_LENGTH_MASK.
Referenced by ns3::CsParamVectorTlvValue::Deserialize().