Introspection did not find any typical Config paths.
More...
#include "mesh-information-element-vector.h"
Inheritance diagram for ns3::MeshInformationElementVector:
Collaboration diagram for ns3::MeshInformationElementVector:Public Member Functions | |
| MeshInformationElementVector () | |
| ~MeshInformationElementVector () | |
| virtual uint32_t | DeserializeSingleIe (Buffer::Iterator start) |
| Needed when you try to deserialize a lonely IE inside other header. More... | |
| TypeId | GetInstanceTypeId () const |
| Get the most derived TypeId for this Object. More... | |
Public Member Functions inherited from ns3::WifiInformationElementVector | |
| WifiInformationElementVector () | |
| virtual | ~WifiInformationElementVector () |
| bool | AddInformationElement (Ptr< WifiInformationElement > element) |
| add an IE, if maxSize has exceeded, returns false More... | |
| Iterator | Begin () |
| Returns Begin of the vector. More... | |
| uint32_t | Deserialize (Buffer::Iterator start) override |
| uint32_t | Deserialize (Buffer::Iterator start, Buffer::Iterator end) override |
| Deserialize a number of WifiInformationElements. More... | |
| Iterator | End () |
| Returns End of the vector. More... | |
| Ptr< WifiInformationElement > | FindFirst (WifiInformationElementId id) const |
| vector of pointers to information elements is the body of IeVector More... | |
| TypeId | GetInstanceTypeId () const override |
| Get the most derived TypeId for this Object. More... | |
| uint32_t | GetSerializedSize () const override |
| virtual bool | operator== (const WifiInformationElementVector &a) const |
| Check if the given WifiInformationElementVectors are equivalent. More... | |
| void | Print (std::ostream &os) const override |
| void | Serialize (Buffer::Iterator start) const override |
Public Member Functions inherited from ns3::Header | |
| virtual | ~Header () |
| virtual uint32_t | Deserialize (Buffer::Iterator start, Buffer::Iterator end) |
| Deserialize the object from a buffer iterator. More... | |
| virtual uint32_t | Deserialize (Buffer::Iterator start)=0 |
| Deserialize the object from a buffer iterator. More... | |
Public Member Functions inherited from ns3::ObjectBase | |
| virtual | ~ObjectBase () |
| Virtual destructor. More... | |
| void | GetAttribute (std::string name, AttributeValue &value) const |
| Get the value of an attribute, raising fatal errors if unsuccessful. More... | |
| bool | GetAttributeFailSafe (std::string name, AttributeValue &value) const |
| Get the value of an attribute without raising erros. More... | |
| void | SetAttribute (std::string name, const AttributeValue &value) |
| Set a single attribute, raising fatal errors if unsuccessful. More... | |
| bool | SetAttributeFailSafe (std::string name, const AttributeValue &value) |
| Set a single attribute without raising errors. More... | |
| bool | TraceConnect (std::string name, std::string context, const CallbackBase &cb) |
| Connect a TraceSource to a Callback with a context. More... | |
| bool | TraceConnectWithoutContext (std::string name, const CallbackBase &cb) |
| Connect a TraceSource to a Callback without a context. More... | |
| bool | TraceDisconnect (std::string name, std::string context, const CallbackBase &cb) |
| Disconnect from a TraceSource a Callback previously connected with a context. More... | |
| bool | TraceDisconnectWithoutContext (std::string name, const CallbackBase &cb) |
| Disconnect from a TraceSource a Callback previously connected without a context. More... | |
Static Public Member Functions | |
| static TypeId | GetTypeId () |
| Get the type ID. More... | |
Static Public Member Functions inherited from ns3::WifiInformationElementVector | |
| static TypeId | GetTypeId () |
| Get the type ID. More... | |
Static Public Member Functions inherited from ns3::Header | |
| static TypeId | GetTypeId (void) |
| Get the type ID. More... | |
Static Public Member Functions inherited from ns3::Chunk | |
| static TypeId | GetTypeId (void) |
| Get the type ID. More... | |
Static Public Member Functions inherited from ns3::ObjectBase | |
| static TypeId | GetTypeId (void) |
| Get the type ID. More... | |
Additional Inherited Members | |
Public Types inherited from ns3::WifiInformationElementVector | |
| typedef std::vector< Ptr< WifiInformationElement > >::iterator | Iterator |
| As soon as this is a vector, we define an Iterator. More... | |
Protected Types inherited from ns3::WifiInformationElementVector | |
| typedef std::vector< Ptr< WifiInformationElement > > | IE_VECTOR |
| typedef for a vector of WifiInformationElements. More... | |
Protected Member Functions inherited from ns3::WifiInformationElementVector | |
| uint32_t | GetSize () const |
| Current number of bytes. More... | |
Protected Member Functions inherited from ns3::ObjectBase | |
| void | ConstructSelf (const AttributeConstructionList &attributes) |
| Complete construction of ObjectBase; invoked by derived classes. More... | |
| virtual void | NotifyConstructionCompleted (void) |
| Notifier called once the ObjectBase is fully constructed. More... | |
Protected Attributes inherited from ns3::WifiInformationElementVector | |
| IE_VECTOR | m_elements |
| Information element vector. More... | |
| uint16_t | m_maxSize |
| Size in bytes (actually, max packet length) More... | |
Related Functions inherited from ns3::ObjectBase | |
| static TypeId | GetObjectIid (void) |
| Ensure the TypeId for ObjectBase gets fully configured to anchor the inheritance tree properly. More... | |
Introspection did not find any typical Config paths.
No Attributes are defined for this type.
No TraceSources are defined for this type.
Size of this type is 40 bytes (on a 64-bit architecture).
Definition at line 31 of file mesh-information-element-vector.h.
| ns3::MeshInformationElementVector::MeshInformationElementVector | ( | ) |
Definition at line 41 of file mesh-information-element-vector.cc.
| ns3::MeshInformationElementVector::~MeshInformationElementVector | ( | ) |
Definition at line 45 of file mesh-information-element-vector.cc.
|
virtual |
Needed when you try to deserialize a lonely IE inside other header.
| start | is the start of the buffer |
Reimplemented from ns3::WifiInformationElementVector.
Definition at line 67 of file mesh-information-element-vector.cc.
References ns3::WifiInformationElement::DeserializeInformationField(), ns3::WifiInformationElementVector::DeserializeSingleIe(), ns3::Buffer::Iterator::GetDistanceFrom(), ns3::WifiInformationElementVector::GetSize(), IE11S_MESH_PEERING_PROTOCOL_VERSION, IE_BEACON_TIMING, IE_MESH_CONFIGURATION, IE_MESH_ID, IE_MESH_LINK_METRIC_REPORT, IE_MESH_PEERING_MANAGEMENT, IE_PERR, IE_PREP, IE_PREQ, IE_RANN, ns3::WifiInformationElementVector::m_elements, ns3::WifiInformationElementVector::m_maxSize, ns3::Buffer::Iterator::Next(), NS_FATAL_ERROR, ns3::Buffer::Iterator::Prev(), ns3::Buffer::Iterator::ReadU8(), and visualizer.core::start().
Here is the call graph for this function:
|
virtual |
Get the most derived TypeId for this Object.
This method is typically implemented by ns3::Object::GetInstanceTypeId but some classes which derive from ns3::ObjectBase directly have to implement it themselves.
Implements ns3::ObjectBase.
Definition at line 61 of file mesh-information-element-vector.cc.
References GetTypeId().
Here is the call graph for this function:
|
static |
Get the type ID.
Definition at line 51 of file mesh-information-element-vector.cc.
References ns3::TypeId::SetParent().
Referenced by GetInstanceTypeId().
Here is the call graph for this function:
Here is the caller graph for this function: