22 #include "ns3/assert.h" 23 #include "ns3/address-utils.h" 24 #include "ns3/packet.h" 33 m_flags (0), m_hopcount (0), m_ttl (0), m_originatorAddress (
Mac48Address::GetBroadcast ()),
34 m_destSeqNumber (0), m_metric (0)
154 os <<
"RANN=(flags=" << (int)
m_flags 156 <<
", TTL=" << (int)
m_ttl Mac48Address m_originatorAddress
originator address
void IncrementMetric(uint32_t metric)
Increment metric.
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.
void ReadFrom(Buffer::Iterator &i, Ipv4Address &ad)
Read an Ipv4Address from a Buffer.
void WriteTo(Buffer::Iterator &i, Ipv4Address ad)
Write an Ipv4Address to a Buffer.
bool operator==(const MeshHeader &a, const MeshHeader &b)
iterator in a Buffer instance
uint32_t GetDistanceFrom(Iterator const &o) const
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
void WriteU8(uint8_t data)
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)
uint32_t ReadLsbtohU32(void)
void WriteHtolsbU32(uint32_t data)
virtual uint8_t GetInformationFieldSize() const
Length of serialized information (i.e., the length of the body of the IE, not including the Element I...