this class implements the convergence sub-layer descriptor as a tlv vector More...
#include <wimax-tlv.h>
Public Types | |
enum | Type { Classifier_DSC_Action = 1, Packet_Classification_Rule = 3 } |
![]() | |
typedef std::vector< Tlv * > ::const_iterator | Iterator |
Public Member Functions | |
CsParamVectorTlvValue () | |
virtual CsParamVectorTlvValue * | 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 convergence sub-layer descriptor as a tlv vector
Definition at line 235 of file wimax-tlv.h.
Enumerator | |
---|---|
Classifier_DSC_Action | |
Packet_Classification_Rule |
Definition at line 238 of file wimax-tlv.h.
ns3::CsParamVectorTlvValue::CsParamVectorTlvValue | ( | ) |
Definition at line 684 of file wimax-tlv.cc.
Referenced by Copy().
|
virtual |
Implements ns3::VectorTlvValue.
Definition at line 690 of file wimax-tlv.cc.
References ns3::VectorTlvValue::Add(), ns3::VectorTlvValue::Begin(), CsParamVectorTlvValue(), and ns3::VectorTlvValue::End().
|
virtual |
Implements ns3::VectorTlvValue.
Definition at line 636 of file wimax-tlv.cc.
References ns3::VectorTlvValue::Add(), Classifier_DSC_Action, ns3::U8TlvValue::Deserialize(), ns3::ClassificationRuleVectorTlvValue::Deserialize(), ns3::VectorTlvValue::GetSerializedSize(), ns3::Buffer::Iterator::Next(), Packet_Classification_Rule, ns3::Buffer::Iterator::ReadU8(), and WIMAX_TLV_EXTENDED_LENGTH_MASK.
Referenced by ns3::SfVectorTlvValue::Deserialize().