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 } |
Type enumeration. More... | |
Public Types inherited from ns3::VectorTlvValue | |
typedef std::vector< Tlv * >::const_iterator | Iterator |
TLV vector iterator typedef. More... | |
Public Member Functions | |
CsParamVectorTlvValue () | |
virtual CsParamVectorTlvValue * | Copy (void) const |
Copy. More... | |
virtual uint32_t | Deserialize (Buffer::Iterator start, uint64_t valueLength) |
Deserialize from a buffer. More... | |
Public Member Functions inherited from ns3::VectorTlvValue | |
VectorTlvValue (void) | |
~VectorTlvValue (void) | |
void | Add (const Tlv &val) |
Add a TLV. More... | |
Iterator | Begin () const |
Begin iterator. More... | |
Iterator | End () const |
End iterator. More... | |
virtual uint32_t | GetSerializedSize (void) const |
Get serialized size in bytes. More... | |
virtual void | Serialize (Buffer::Iterator start) const |
Serialize to a buffer. More... | |
Public Member Functions inherited from ns3::TlvValue | |
virtual | ~TlvValue () |
this class implements the convergence sub-layer descriptor as a tlv vector
Definition at line 376 of file wimax-tlv.h.
Type enumeration.
Enumerator | |
---|---|
Classifier_DSC_Action | |
Packet_Classification_Rule |
Definition at line 380 of file wimax-tlv.h.
ns3::CsParamVectorTlvValue::CsParamVectorTlvValue | ( | ) |
Definition at line 696 of file wimax-tlv.cc.
Referenced by Copy().
|
virtual |
Copy.
Implements ns3::VectorTlvValue.
Definition at line 702 of file wimax-tlv.cc.
References ns3::VectorTlvValue::Add(), ns3::VectorTlvValue::Begin(), CsParamVectorTlvValue(), and ns3::VectorTlvValue::End().
|
virtual |
Deserialize from a buffer.
start | the iterator |
valueLen | the maximum length of the value |
Implements ns3::VectorTlvValue.
Definition at line 648 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().