21 #ifndef RANN_INFORMATION_ELEMENT_H 22 #define RANN_INFORMATION_ELEMENT_H 24 #include "ns3/mac48-address.h" 25 #include "ns3/mesh-information-element-vector.h" 113 virtual void Print (std::ostream &os)
const;
Mac48Address m_originatorAddress
originator address
void IncrementMetric(uint32_t metric)
Increment metric.
friend bool operator==(const IeRann &a, const IeRann &b)
equality operator
void SetOriginatorAddress(Mac48Address originator_address)
Set originator address value.
uint8_t GetTtl()
Get TTL value.
uint8_t GetFlags()
Get flags value.
void SetDestSeqNumber(uint32_t dest_seq_number)
Set destination sequence number value.
void SetFlags(uint8_t flags)
Set flags field.
bool operator==(const MeshHeader &a, const MeshHeader &b)
iterator in a Buffer instance
uint8_t GetHopcount()
Get hop count value.
Root announcement (RANN) element.
uint32_t GetMetric()
Get metric value.
void DecrementTtl()
Decrement TTL function.
Mac48Address GetOriginatorAddress()
Get originator address value.
void SetTTL(uint8_t ttl)
Set TTL value to the remaining number of hops allowed.
virtual void Print(std::ostream &os) const
Generate human-readable form of IE.
void SetHopcount(uint8_t hopcount)
Set hop count value to number of hops from the originating root mesh STA to the mesh STA transmitting...
uint32_t m_destSeqNumber
destination sequence number
uint8_t m_hopcount
hop count
Every class exported by the ns3 library is enclosed in the ns3 namespace.
virtual uint8_t DeserializeInformationField(Buffer::Iterator start, uint8_t length)
Deserialize information (i.e., the body of the IE, not including the Element ID and length octets) ...
void SetMetric(uint32_t metric)
Set metric value to cumulative metric from originating root mesh STA to the mesh STA transmitting the...
virtual WifiInformationElementId ElementId() const
virtual void SerializeInformationField(Buffer::Iterator i) const
Serialize information (i.e., the body of the IE, not including the Element ID and length octets) ...
uint32_t GetDestSeqNumber()
Get destination sequence number value.
uint8_t WifiInformationElementId
This type is used to represent an Information Element ID.
std::ostream & operator<<(std::ostream &os, const IeBeaconTiming &a)
virtual uint8_t GetInformationFieldSize() const
Length of serialized information (i.e., the length of the body of the IE, not including the Element I...